forked from github/kensanata.oddmuse
run-tests: fixed typo, OK status edits are now minor
This commit is contained in:
@@ -55,8 +55,8 @@ while :; do
|
||||
# "${git[@]}" push
|
||||
|
||||
if (( status == 0 )); then
|
||||
"$WIKIPUT" -u "$USER_NAME" -s 'Tests PASSED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS – OK**\n\nCommit:$currentCommit – see See [[$OUT_PAGE|test log]]"
|
||||
"$WIKIPUT" -m -u "$USER_NAME" -s 'Tests PASSED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS – OK**\n\nCommit:$currentCommit – see [[$OUT_PAGE|test log]]"
|
||||
else
|
||||
"$WIKIPUT" -u "$USER_NAME" -s 'Tests FAILED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS – FAIL**\n\nCommit:$currentCommit – see See [[$OUT_PAGE|test log]]"
|
||||
"$WIKIPUT" -u "$USER_NAME" -s 'Tests FAILED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS – FAIL**\n\nCommit:$currentCommit – see [[$OUT_PAGE|test log]]"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user