From 616d3e4597b65572ea9d6b45846d7380782b1f60 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 18 Aug 2008 17:03:50 +0000 Subject: deprecated scalatest and removed it from furthe... deprecated scalatest and removed it from further distributions --- src/build/pack.xml | 2 +- test/scalatest | 9 +++++++++ test/scalatest.bat | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/build/pack.xml b/src/build/pack.xml index 7ae3e29091..b6b24c5b43 100644 --- a/src/build/pack.xml +++ b/src/build/pack.xml @@ -109,7 +109,7 @@ MAIN DISTRIBUTION SBAZ desc="The Scala test package contains everything needed to test Scala." link="${sbaz.universe}/scala-test-${version.number}.sbp"> + includes="clitest,diff/diff.*,diff/lib*.dll,partest,partest.bat"/> 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"; diff --git a/test/scalatest.bat b/test/scalatest.bat index d66a7c5f7d..a280958e34 100644 --- a/test/scalatest.bat +++ b/test/scalatest.bat @@ -12,6 +12,14 @@ rem We adopt the following conventions: rem - System/user environment variables start with a letter rem - Local batch variables start with an underscore ('_') +echo ###################################################################### +echo ## DEPRECATION WARNING ## +echo ###################################################################### +echo ## The 'scalatest' runner script has been deprecated. Please use ## +echo ## 'partest' instead. ## +echo ###################################################################### +echo. + if "%OS%"=="Windows_NT" ( @setlocal call :set_home -- cgit v1.2.3