Skip to content

Commit 529597c

Browse files
authored
Changing how password used in soak test (getodk#781)
1 parent 1e74461 commit 529597c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soak-tester/scripts/ci-soak-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fail_job() {
1616

1717
make base
1818

19-
node ./lib/bin/cli.js user-create -u "$userEmail" -p "$userPassword"
19+
echo "$userPassword" | node ./lib/bin/cli.js user-create -u "$userEmail"
2020
node ./lib/bin/cli.js user-promote -u "$userEmail"
2121

2222
make run >backend.log 2>&1 &

0 commit comments

Comments
 (0)