diff options
Diffstat (limited to '.run_chisel_tests.sh')
| -rw-r--r-- | .run_chisel_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.run_chisel_tests.sh b/.run_chisel_tests.sh index 28a08b5d..d52d8c3d 100644 --- a/.run_chisel_tests.sh +++ b/.run_chisel_tests.sh @@ -1,6 +1,6 @@ set -e # Skip chisel tests if the commit message says to -if [[ $TRAVIS_COMMIT_MESSAGE == *"[skip chisel tests]"* ]]; then +if git log --format=%B --no-merges $TRAVIS_COMMIT_RANGE | grep '\[skip chisel tests\]'; then exit 0 else git clone https://github.com/ucb-bar/chisel3.git |
