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
+1 -1
View File
@@ -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
+7
View File
@@ -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
View File
@@ -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