Skip to content

Commit

Permalink
Document what is expected from interestingness script.
Browse files Browse the repository at this point in the history
Fixes #23.
  • Loading branch information
marxin committed May 25, 2020
1 parent 7c07cc2 commit c52d7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cvise/utils/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +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.
See "cvise.py --help" for more information.""".format(test_cases=" ".join(self.test_cases), test=self.test)
return message

0 comments on commit c52d7b2

Please sign in to comment.