Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fixing test script early exit
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 3, 2018
1 parent ef8410f commit c383e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cov_tests/dev_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ $TARGET != x86_64-unknown-linux-gnu ]]; then
return
exit 0
fi

cd cov_tests
Expand Down
2 changes: 1 addition & 1 deletion tests/dev_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ $TARGET != x86_64-unknown-linux-gnu ]]; then
return
exit 0
fi

cd tests
Expand Down

0 comments on commit c383e47

Please sign in to comment.