summaryrefslogtreecommitdiff
path: root/source/script/tests/test_net_s3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/script/tests/test_net_s3.sh')
-rwxr-xr-xsource/script/tests/test_net_s3.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/script/tests/test_net_s3.sh b/source/script/tests/test_net_s3.sh
index 70be135c3f8..f7dc2b7e108 100755
--- a/source/script/tests/test_net_s3.sh
+++ b/source/script/tests/test_net_s3.sh
@@ -8,19 +8,19 @@ incdir=`dirname $0`
failed=0
net_misc() {
- echo "Running misc tests"
+ echo "RUNNING SUBTESTS net_misc"
$SCRIPTDIR/test_net_misc.sh \
|| failed=`expr $failed + $?`
}
net_registry() {
- echo "Running local registry tests"
+ echo "RUNNING SUBTESTS net_registry"
$SCRIPTDIR/test_net_registry.sh \
|| failed=`expr $failed + $?`
}
net_rpc_registry() {
- echo "Running remote registry tests"
+ echo "RUNNING SUBTESTS net_rpc_registry"
$SCRIPTDIR/test_net_registry.sh rpc \
|| failed=`expr $failed + $?`
}