Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
grep only @fabric-evm tests for fabric-evm job (truffle/scripts/test.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Aug 21, 2019
1 parent 664ba2a commit 9878200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/truffle/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ "$GETH" == true ]; then
mocha --timeout 50000 --grep '@ganache|@standalone' --invert --colors $@
elif [ "$QUORUM" == true ]; then
mocha --timeout 50000 --grep @quorum --colors $@
elif [ "$FABRICEVM" == true ]; then
mocha --timeout 50000 --grep @fabric-evm --colors $@
elif [ "$COVERAGE" == true ]; then
NO_BUILD=true mocha --no-warnings --timeout 7000 --grep @geth --invert --colors $@
elif [ "$INTEGRATION" == true ]; then
Expand Down

0 comments on commit 9878200

Please sign in to comment.