diff --git a/scripts/alexine/run-tests b/scripts/alexine/run-tests index 1ed92e5d..aa174f36 100755 --- a/scripts/alexine/run-tests +++ b/scripts/alexine/run-tests @@ -55,8 +55,8 @@ while :; do # "${git[@]}" push if (( $status == 0 )); then - "$WIKIPUT" -u "$USER_NAME" -s 'Tests PASSED' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS – OK**\n\nCommit:$currentCommit – see See [[$OUT_PAGE|test log]]" + "$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]]" else - "$WIKIPUT" -u "$USER_NAME" -s 'Tests FAILED' "$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 See [[$OUT_PAGE|test log]]" fi done