To much bracket...
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 19:59:22 +0000 (14:59 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 19:59:22 +0000 (14:59 -0500)
babeltrace/babeltrace-master.sh

index 8c3ac393d3fd4b6db6ce21d2951ddb04041c1f47..13c4ec6d9906c43a4b9c6df128bc85e5433335e4 100755 (executable)
@@ -76,7 +76,7 @@ mkdir -p $WORKSPACE/tap
 cd $BUILD_PATH/tests
 
 # Run make check tests
-if [[ -e $BUILD_PATH/tests/tests ]]; then
+if [ -e $BUILD_PATH/tests/tests ]; then
        prove --merge --exec '' - < $BUILD_PATH/tests/tests --archive $WORKSPACE/tap/ || true
 else
        echo "Missing test plan"
This page took 0.023317 seconds and 4 git commands to generate.