summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-03 08:12:38 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-03 08:12:38 +0100
commit9babc2663449aa156233521475cff3849d6a7ac7 (patch)
tree5240da823aa7f5fefffe1d568dfbf80c82adf3de
parent9d509ba92b039dc225a9df8feb5fc6d58e46b1ad (diff)
downloadswig-9babc2663449aa156233521475cff3849d6a7ac7.tar.gz
Update Scilab test-suite output wording
-rw-r--r--Examples/test-suite/scilab/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/scilab/Makefile.in b/Examples/test-suite/scilab/Makefile.in
index 4a9a4f007..9ddd8f1aa 100644
--- a/Examples/test-suite/scilab/Makefile.in
+++ b/Examples/test-suite/scilab/Makefile.in
@@ -62,7 +62,7 @@ setup = \
mkdir $(TEST_DIR); \
fi; \
if [ -f $(SRC_RUNME_SCRIPT) ]; then \
- echo "$(ACTION)ing testcase $* (with run test) under $(LANGUAGE)" ; \
+ echo "$(ACTION)ing $(LANGUAGE) testcase $* (with run test)" ; \
if [ ! -f $(TEST_DIR) ]; then \
cp $(SRC_RUNME_SCRIPT) $(TEST_DIR); \
fi; \
@@ -73,7 +73,7 @@ setup = \
cp $(srcdir)/swigtest.quit $(TEST_DIR); \
fi; \
else \
- echo "$(ACTION)ing testcase $* under $(LANGUAGE)" ; \
+ echo "$(ACTION)ing $(LANGUAGE) testcase $*" ; \
fi; \
# Runs the testcase. A testcase is only run if