[csw-devel] SF.net SVN: gar:[7825] csw/mgar/gar/v2-checkpkg/bin/checkpkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Jan 2 12:01:08 CET 2010


Revision: 7825
          http://gar.svn.sourceforge.net/gar/?rev=7825&view=rev
Author:   wahwah
Date:     2010-01-02 11:01:08 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
mGAR v2-checkpkg: Output 'FAIL' when a test fails

Modified Paths:
--------------
    csw/mgar/gar/v2-checkpkg/bin/checkpkg

Modified: csw/mgar/gar/v2-checkpkg/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2-checkpkg/bin/checkpkg	2010-01-02 10:44:32 UTC (rev 7824)
+++ csw/mgar/gar/v2-checkpkg/bin/checkpkg	2010-01-02 11:01:08 UTC (rev 7825)
@@ -555,7 +555,7 @@
 			printf "TEST: ${plugin} running..."
 			${plugin} $extra_options -e "${EXTRACTDIR}" ${pkgnames} > "${plugin_log}" 2>&1
 			if [[ "$?" -ne 0 ]]; then
-				printf "\rTEST: ${plugin} \\033[1;31;40m[OK]\\033[00m        \\n"
+				printf "\rTEST: ${plugin} \\033[1;31;40m[FAIL]\\033[00m        \\n"
 				test_suite_ok=0
 			else
 				printf "\rTEST: ${plugin} \\033[0;32;40m[OK]\\033[00m        \\n"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list