Skip to content

Commit

Permalink
Fix #537
Browse files Browse the repository at this point in the history
  • Loading branch information
pharpend committed Jul 7, 2015
1 parent 8fc9378 commit 0583c8b
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 0583c8b

Please sign in to comment.