From: Alexandre Duret-Lutz Date: Fri, 3 Oct 2003 20:22:29 +0000 (+0000) Subject: * tests/defs.in: For required=runtest, check that we are using X-Git-Tag: Release-1-7b~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d44fae895a7eef7a4b52744b345ea11288ea99;p=thirdparty%2Fautomake.git * tests/defs.in: For required=runtest, check that we are using a DejaGnu that supports specifying the program on the command-line. --- diff --git a/ChangeLog b/ChangeLog index 20d96f06d..bb24520b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-03 Richard Dawe (tiny change) + + * tests/defs.in: For required=runtest, check that we are using + a DejaGnu that supports specifying the program on the command-line. + 2003-10-03 Alexandre Duret-Lutz For Debian Bug #213524: diff --git a/tests/defs.in b/tests/defs.in index 82c637664..e155e25d4 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -171,9 +171,11 @@ then test $create_status = 0 && exit 77 ;; runtest) - # DejaGnu's runtest program. + # DejaGnu's runtest program. We rely on being able to specify + # the program on the runtest command-line. This requires + # DejaGnu 1.4.3 or later. echo "$me: running runtest --version" - (runtest --version) || exit 77 + (runtest SOMEPROGRAM=someprogram --version) || exit 77 ;; tex) # No all versions of Tex support `--version', so we use