Skip to content

Commit

Permalink
Tweak shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Sep 28, 2010
1 parent 26e05da commit 1cc5c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runTestsAndCoverage.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1cc5c22

Please sign in to comment.