summaryrefslogtreecommitdiff
path: root/test/bin/scala-test
diff options
context:
space:
mode:
Diffstat (limited to 'test/bin/scala-test')
-rwxr-xr-xtest/bin/scala-test3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bin/scala-test b/test/bin/scala-test
index c9b0c726ba..15dcbcf189 100755
--- a/test/bin/scala-test
+++ b/test/bin/scala-test
@@ -172,7 +172,8 @@ test_xmlParse() {
fi;
rm -rf "$output";
case "$source" in
- *neg* ) mkdir -p "$output" &&
+ *neg* ) echo "Warning: negative tests work only from directory scala/test" &&
+ mkdir -p "$output" &&
if( $SOCOS -d "$os_output" $TEST_FLAGS $FLAGS -Xmarkup "$source" ) then \
false; else rm -rf "$output"; fi ;;
* ) mkdir -p "$output" &&