mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 21:20:48 +02:00
tweak how prove is run
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ script:
|
|||||||
- make vet
|
- make vet
|
||||||
- make lint
|
- make lint
|
||||||
- make
|
- make
|
||||||
- export GNUPGHOME=$(pwd)/t/.gnupg && export PASSWORD_STORE_DIR=$(pwd)/t/.password-store && export JIRACLOUD=1 && ./t/100basic.t -w -a 2>&1
|
- make prove 2>&1
|
||||||
|
|||||||
@@ -119,3 +119,10 @@ version:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf pkg dist bin src ./$(NAME)
|
rm -rf pkg dist bin src ./$(NAME)
|
||||||
|
|
||||||
|
export GNUPGHOME=$(CWD)/t/.gnupg
|
||||||
|
export PASSWORD_STORE_DIR=$(CWD)/t/.password-store
|
||||||
|
export JIRACLOUD=1
|
||||||
|
|
||||||
|
prove:
|
||||||
|
./t/100basic.t -w -a
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -21,7 +21,7 @@ RUNS $jira login
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
## Create an issue
|
## 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)
|
issue=$(awk '/issue/{print $2}' issue.props)
|
||||||
|
|
||||||
DIFF <<EOF
|
DIFF <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user