]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in: For required=runtest, check that we are using
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 3 Oct 2003 20:22:29 +0000 (20:22 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 3 Oct 2003 20:22:29 +0000 (20:22 +0000)
a DejaGnu that supports specifying the program on the command-line.

ChangeLog
tests/defs.in

index 20d96f06d286e4c0fc40614544a522026b9b8323..bb24520b9c55ca64af395f6396969cb35261f13c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-03  Richard Dawe  <rich@phekda.freeserve.co.uk>  (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  <adl@gnu.org>
 
        For Debian Bug #213524:
index 82c637664e7a775cf03c8d8b7c97105dcce2084d..e155e25d4a8edae0f06e03bffc4f94aa3c514070 100644 (file)
@@ -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