summaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
authorZac Berkowitz <zac.berkowitz@gmail.com>2017-02-25 21:00:36 +0000
committerBryant Mairs <bryant@mai.rs>2017-04-09 07:41:58 -0700
commitc1dd0331044907e371da0f80d0df8ce4c271b597 (patch)
treec18a6b52c842772d9283e2c0abf129e05a6d55b9 /ci/script.sh
parented0c6d36889ae4cfa2273acc1ee3b7bb9f012b5b (diff)
downloadnix-c1dd0331044907e371da0f80d0df8ce4c271b597.zip
Fixed ci/script.sh to run tests when desired.
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index de1f77c5..ddd7f936 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -7,7 +7,7 @@ main() {
cross build --target $TARGET
cross build --target $TARGET --release
- if [ -n $DISABLE_TESTS ]; then
+ if [ ! -z $DISABLE_TESTS ]; then
return
fi