X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c77cf82206b89c2415d69df418542aee472d4285..e7d29902a6a7d9cea7c8a524478bb70062100d34:/testsuite/runlist diff --git a/testsuite/runlist b/testsuite/runlist index 449cc2c6..b1d3af6f 100755 --- a/testsuite/runlist +++ b/testsuite/runlist @@ -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"