add verbose test

This commit is contained in:
Cory Bennett
2016-12-17 18:40:21 -08:00
parent e0fd6bab66
commit 683541de1e
+1 -1
View File
@@ -21,7 +21,7 @@ echo "gojira123" | RUNS $jira login
###############################################################################
## Create an issue
###############################################################################
RUNS $jira create -o summary=summary -o description=description --noedit --saveFile issue.props
RUNS $jira -v -v -v create -o summary=summary -o description=description --noedit --saveFile issue.props
issue=$(awk '/issue/{print $2}' issue.props)
DIFF <<EOF