Skip to content

Commit

Permalink
Fixed run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed May 5, 2011
1 parent 76718cb commit 15e4141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ then
printf "$MANAGE_COMMAND cannot be found\n"
fi
echo "Running all tests in $PROJECT_FOLDER"
time $MANAGE_COMMAND test oscar --settings=settings_test -v 1 --failfast | \
time $MANAGE_COMMAND test oscar --settings=test_settings -v 1 --failfast | \
grep -v "^\(Installing\|Creating\)"

0 comments on commit 15e4141

Please sign in to comment.