[csw-devel] SF.net SVN: gar:[8113] csw/mgar/gar/v2/bin/checkpkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jan 21 15:35:36 CET 2010
Revision: 8113
http://gar.svn.sourceforge.net/gar/?rev=8113&view=rev
Author: wahwah
Date: 2010-01-21 14:35:32 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
mGAR v2: checkpkg, don't output log markers unless in the debug mode.
Modified Paths:
--------------
csw/mgar/gar/v2/bin/checkpkg
Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg 2010-01-21 14:15:25 UTC (rev 8112)
+++ csw/mgar/gar/v2/bin/checkpkg 2010-01-21 14:35:32 UTC (rev 8113)
@@ -599,11 +599,11 @@
echo
for log_file in ${log_files}; do
if [[ -s "${log_file}" ]]; then
- echo "LOG START: ${log_file}"
- echo
+ debugmsg "LOG START: ${log_file}"
+ debugmsg
cat "${log_file}"
- echo
- echo "LOG END: ${log_file}"
+ debugmsg
+ debugmsg "LOG END: ${log_file}"
fi
done
echo
@@ -611,7 +611,7 @@
if [[ ${test_suite_ok} -ne 1 ]]; then
errmsg "One or more modular tests have failed."
else
- print "All tests were successful."
+ print "All modular tests were successful."
fi
print ""
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