From c7945c8d2a04c22201da8960240ca653a088cede Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 19 Aug 2015 10:05:45 +0300 Subject: [PATCH] run-tests: secret key specified --- 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 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