Skip to content

Commit

Permalink
Always use TEST_ALL_FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Mar 30, 2017
1 parent 1b4197a commit 4aaad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ght
Expand Up @@ -13,7 +13,7 @@ TEST_FILE=$(find $GITHUB_REPO/test -iname "*_test\.rb" | selecta)
clear

echo "Running tests: $TEST_FILE"
echo "$TESTRB $TEST_FILE" |pbcopy
echo "TEST_ALL_FEATURES=1 $TESTRB $TEST_FILE" |pbcopy
echo
cd $GITHUB_REPO

Expand Down

0 comments on commit 4aaad9c

Please sign in to comment.