This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-core".
The branch, master has been updated
via 1cc5c22f880c9132fe8c10ee9b697c3d10ba4954 (commit)
from 26e05da3a88a32091649ccf2d77aa2b2cdf858cc (commit)
Summary of changes:
test/runTestsAndCoverage.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1cc5c22f880c9132fe8c10ee9b697c3d10ba4954
Author: Gregory Collins <[email protected]>
Date: Tue Sep 28 08:38:30 2010 -0400
Tweak shell script
diff --git a/test/runTestsAndCoverage.sh b/test/runTestsAndCoverage.sh
index 5f2479f..92bd423 100755
--- a/test/runTestsAndCoverage.sh
+++ b/test/runTestsAndCoverage.sh
@@ -2,8 +2,8 @@
set -e
-if [ "x$DEBUG" == "x" ]; then
- export DEBUG=testsuite
+if [ -n "$DEBUG" ]; then
+ export DEBUG="testsuite"
fi
SUITE=./dist/build/testsuite/testsuite
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap