summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-05 14:41:48 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-05 14:41:48 +0000
commite30a32490b22a040c4f3ccf9dbe27edf598b5f20 (patch)
tree53e8b30532cceb521a5127cedfc5bb0030df4218
parent803277102f71f05dca156f83bcfb1a61881de056 (diff)
i
Changes to Runtest option git-svn-id: http://svn.cactuscode.org/flesh/trunk@1528 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd35c722..44cbe353 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.82 2000-04-04 10:05:17 allen Exp $
+# @version $Id: Makefile,v 1.83 2000-04-05 14:41:48 allen Exp $
# @@*/
##################################################################################
@@ -635,7 +635,7 @@ ifneq ($strip($(CONFIGURATIONS)),)
$(addsuffix -testsuite,$(CONFIGURATIONS)):
@echo $(DIVIDER)
@echo Running test suite $(@:%-thornlist=%)
- if [ -r $(CONFIGS_DIR)/$(@:%-testsuite=%)/ThornList ] ; then $(PERL) lib/sbin/Runtest.pl $(@:%-testsuite=%) ; fi
+ if [ -r $(CONFIGS_DIR)/$(@:%-testsuite=%)/ThornList ] ; then $(PERL) lib/sbin/Runtest.pl $(PROMPT) $(@:%-testsuite=%) ; fi
endif
%-testsuite: