aboutsummaryrefslogtreecommitdiff
path: root/testsuite/Makefile.in
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-05-09 18:19:43 +0000
committerRob Savoye <rob@welcomehome.org>2001-05-09 18:19:43 +0000
commit63f46a0d3ea48d88ecca1be0102043df7a2403cb (patch)
treec911b2f8c24526ecdd1e105170e9dde660baa46b /testsuite/Makefile.in
parent7422e6ab359e05c9b350f6fce4ff57afe8dc1489 (diff)
* runtest.exp: Add new command line option, --status (or -st) to
toggle whether Tcl script bugs in test drivers should be propogated as an error to the shell. * lib/dejagnu.exp: Trim off test state part of the message, so we don't duplicate it.
Diffstat (limited to 'testsuite/Makefile.in')
-rw-r--r--testsuite/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index 0bb6749..6d5bee3 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -72,7 +72,7 @@ tclsh = @tclsh@
AUTOMAKE_OPTIONS = dejagnu
-RUNTEST = ` if [ -f ${top_srcdir}/runtest$(EXEEXT) ] ; then echo ${top_srcdir}/runtest$(EXEEXT) ; else echo "ERROR: runtest not found" ; exit 1; fi`
+RUNTEST = ` if [ -f ${top_srcdir}/runtest$(EXEEXT) ] ; then echo ${top_srcdir}/runtest$(EXEEXT); else echo "ERROR: runtest not found" ; exit 1; fi`
RUNTESTDEFAULTFLAGS = --srcdir $$srcdir
@@ -311,7 +311,6 @@ site.exp: Makefile
@echo '## these variables are automatically generated by make ##' > $@-t
@echo '# Do not edit here. If you wish to override these values' >> $-t
@echo '# edit the last section' >> $@-t
- @echo 'set srcdir $(srcdir)' >> $@-t
@echo 'set objdir' `pwd` >> $@-t
@echo 'set tmpdir tmpdir' >> $@-t
@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t