summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-08-29 12:23:48 +0000
committermichelou <michelou@epfl.ch>2007-08-29 12:23:48 +0000
commiteba18a359ec7fea69ce6a5486eb0ec50f549fbce (patch)
tree4ea91200faabd2455516c7fa524abbadd8e49f1a /test/scalatest
parent0fd37e790aace3659da1bbd05a25aac857411258 (diff)
downloadscala-eba18a359ec7fea69ce6a5486eb0ec50f549fbce.tar.gz
scala-eba18a359ec7fea69ce6a5486eb0ec50f549fbce.tar.bz2
scala-eba18a359ec7fea69ce6a5486eb0ec50f549fbce.zip
improved scalatest help message (cont'd)
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index b3c5a2433e..9510b08409 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -151,7 +151,7 @@ get_ext_classpath() {
# Prints the scalatest usage.
test_print_usage() {
[ $# = 0 ] || abort "internal error";
- echo "Usage: $0 [OPTION]... [FILE]..."
+ echo "Usage: `basename $0` [OPTION]... [FILE]..."
}
# Prints the scalatest help.