summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scalatest b/test/scalatest
index a42fb0c301..d3e5fdc860 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -626,6 +626,15 @@ PREFIX=`cd "$PREFIX"; pwd`;
##############################################################################
# Invocation of $SCRIPT
+# Print deprecation warning
+echo "######################################################################"
+echo "## DEPRECATION WARNING ##"
+echo "######################################################################"
+echo "## The 'scalatest' runner script has been deprecated. Please use ##"
+echo "## 'partest' instead. ##"
+echo "######################################################################"
+echo ""
+
NORUN="false";
SHOWLOG="false";
SHOWDIFF="false";