From 33c1fb8a5a2cffd0d34fe5876e06a2eff0b7c8ad Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 19 Aug 2015 10:57:31 +0300 Subject: [PATCH] run-tests: fixed typo, OK status edits are now minor --- scripts/alexine/run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/alexine/run-tests b/scripts/alexine/run-tests index 2a0ca294..9dc52439 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' -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