mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-13 08:03:33 +02:00
refactor password source, allow for "pass" to be used, update tests to use password-source: pass
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ PLAN 86
|
||||
|
||||
# reset login
|
||||
RUNS $jira logout
|
||||
echo "gojira123" | RUNS $jira login
|
||||
RUNS $jira login
|
||||
|
||||
# cleanup from previous failed test executions
|
||||
($jira ls | awk -F: '{print $1}' | while read issue; do ../jira done $issue; done) | sed 's/^/# CLEANUP: /g'
|
||||
@@ -205,7 +205,7 @@ EOF
|
||||
jira="$jira --user mothra"
|
||||
|
||||
RUNS $jira logout
|
||||
echo "mothra123" | RUNS $jira login
|
||||
RUNS $jira login
|
||||
|
||||
###############################################################################
|
||||
## vote for main issue, verify it shows when viewing the issue
|
||||
|
||||
Reference in New Issue
Block a user