summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-07 14:31:45 +0000
committermichelou <michelou@epfl.ch>2005-10-07 14:31:45 +0000
commit6772d17cbd32f5481f090f253957ee1be6644ade (patch)
tree334277d67e30539e9d22f8e650aa714ba274f1ad
parent9ac7819931bfcdbdbd71c1f56c6383af63d5a90d (diff)
downloadscala-6772d17cbd32f5481f090f253957ee1be6644ade.tar.gz
scala-6772d17cbd32f5481f090f253957ee1be6644ade.tar.bz2
scala-6772d17cbd32f5481f090f253957ee1be6644ade.zip
- added line for printing $SRCDIR before starti...
- added line for printing $SRCDIR before starting the test suite.
-rw-r--r--sources/bin/.scala_wrapper.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 5300d95e6b..b50f4a64fe 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -1021,6 +1021,8 @@ test_main() {
fi
fi
+ printf_outline "Source directory is: $SRCDIR\\n\\n";
+
test_check_all;
if [ $FAILURE_COUNT -eq 0 ]; then