mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
add verbose test
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ echo "gojira123" | RUNS $jira login
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
## Create an issue
|
## 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)
|
issue=$(awk '/issue/{print $2}' issue.props)
|
||||||
|
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user