From 54372124958e69b1dca3c2fdb25355fa4039b752 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 10 Jun 2015 09:42:58 +0200 Subject: [PATCH] test-auth --- build-scripts/test-master | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build-scripts/test-master diff --git a/build-scripts/test-master b/build-scripts/test-master new file mode 100644 index 000000000..ff48c7e38 --- /dev/null +++ b/build-scripts/test-master @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ "$0" != "./build-scripts/test-auth" ]; then + echo "Please run me from the root checkout dir" + exit 1 +fi + +set -x + +cd regression-tests + +./runtests auth -- 2.40.0