Redraft testsuite driver script to unify 'make check', 'make
[rsync/rsync.git] / testsuite / runlist
index 449cc2c..b1d3af6 100755 (executable)
@@ -1,5 +1,17 @@
 #! /bin/sh
 
-# This file is sourced by the Samba build_farm scripts.  It contains a
-# list of tests to run.
+# Actually, rsync tests do too exist.  They're in this strangely-named
+# directory to support old installations of the build farm client
+# software.
+
+echo "$0 running" 
+
+TEST_ALL="master"
+
+# Also, we need a little bit of special set up when running from the
+# build farm.
+
+# It's already been installed in a scratch copy of /usr.
+
+rsync_bin="$prefix/bin/rsync"