Author: metze Date: 2005-06-09 08:19:17 +0000 (Thu, 09 Jun 2005) New Revision: 7428
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7428 Log: try to get some nicer output from the build farm metze Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_functions.sh 2005-06-09 08:14:57 UTC (rev 7427) +++ branches/SAMBA_4_0/source/script/tests/test_functions.sh 2005-06-09 08:19:17 UTC (rev 7428) @@ -8,6 +8,7 @@ echo "Running test $name (level 0 stdout)" echo "--==--==--==--==--==--==--==--==--==--==--" date + echo "Testing $name" else echo "Testing $name" fi @@ -27,6 +28,7 @@ fi rm -f test.$$; if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then + echo "ALL OK: $cmdline" echo "==========================================" echo "TEST PASSED: $name" echo "=========================================="
