tweak how prove is run

This commit is contained in:
Cory Bennett
2016-12-18 15:15:46 -08:00
parent cb70941aad
commit 7852883202
6 changed files with 9 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -21,7 +21,7 @@ RUNS $jira login
###############################################################################
## Create an issue
###############################################################################
RUNS $jira -v -v -v create -o summary=summary -o description=description --noedit --saveFile issue.props
RUNS $jira create -o summary=summary -o description=description --noedit --saveFile issue.props
issue=$(awk '/issue/{print $2}' issue.props)
DIFF <<EOF