]> sourceware.org Git - automake.git/commitdiff
* tests/dejagnu7.test: Check if runtest supports --status.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 May 2003 17:12:56 +0000 (17:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 May 2003 17:12:56 +0000 (17:12 +0000)
ChangeLog
tests/dejagnu7.test

index af9ffdb60a38fa68aace5213c02d4786a17043e2..2be5d22dc56794e47c9cb4fcbe6a50607c324318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-25  Christian Cornelssen  <ccorn@cs.tu-berlin.de>  (tiny change)
+
+       * tests/dejagnu7.test: Check if runtest supports --status.
+
 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Automake/Location.pm (dump): Output 'INTERNAL' when position
index 7e76a0e62605893d9a0174d19291550c52587120..d293c12b88b54cbfc03692ad798c3a8eb4d92df0 100755 (executable)
@@ -24,6 +24,9 @@
 required=runtest
 . ./defs || exit 1
 
+# Check whether DejaGNU supports --status
+runtest --help | $FGREP -e --status || exit 77
+
 cat > failtcl << 'END'
 #! /bin/sh
 echo whatever
This page took 0.031034 seconds and 5 git commands to generate.