Skip to content

Commit

Permalink
Merge pull request #540 from pharpend/master
Browse files Browse the repository at this point in the history
Fix #537
  • Loading branch information
chrisdone committed Jul 7, 2015
2 parents 8fc9378 + 0583c8b commit e4e4015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ singleTest rerunTests ac ee task =
toRun <-
if (boptsNoTests (eeBuildOpts ee))
then do
announce "Test running disabled by --no-tests flag."
announce "Test running disabled by --no-run-tests flag."
return False
else if rerunTests
then return True
Expand Down

0 comments on commit e4e4015

Please sign in to comment.