Skip to content

Commit

Permalink
Improve wording of error message.
Browse files Browse the repository at this point in the history
Improves #23.
  • Loading branch information
marxin committed May 25, 2020
1 parent f0d6c65 commit add61ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvise/utils/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def __str__(self):
echo $?
should result in "0" being echoed to the terminal.
Please ensure the interestingness test accepts the test-case as the first argument,
or expects the same test-case name.
Please ensure that the test script takes no arguments; it should be hard-coded to refer
to the same file that is passed as an argument to C-Vise.
See "cvise.py --help" for more information.""".format(test_cases=" ".join(self.test_cases), test=self.test)
return message

0 comments on commit add61ed

Please sign in to comment.