diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-09 08:19:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:52 -0500 |
commit | bc2a1f87d6b0b3a4bb099df877f7a36ee4831d27 (patch) | |
tree | 8052bcbecd08396495bdf0e457f54bd0ab6701f4 | |
parent | 333be3164d26f00e9cabe3dfaa348cafb5d8af87 (diff) | |
download | samba-bc2a1f87d6b0b3a4bb099df877f7a36ee4831d27.tar.gz samba-bc2a1f87d6b0b3a4bb099df877f7a36ee4831d27.tar.bz2 samba-bc2a1f87d6b0b3a4bb099df877f7a36ee4831d27.zip |
r7428: try to get some nicer output from the build farm
metze
(This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
-rw-r--r-- | source4/script/tests/test_functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index 8167360e31..50b581c69b 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -8,6 +8,7 @@ testit() { echo "Running test $name (level 0 stdout)" echo "--==--==--==--==--==--==--==--==--==--==--" date + echo "Testing $name" else echo "Testing $name" fi @@ -27,6 +28,7 @@ testit() { fi rm -f test.$$; if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then + echo "ALL OK: $cmdline" echo "==========================================" echo "TEST PASSED: $name" echo "==========================================" |