Skip to content

Commit

Permalink
Print ERROR instead of FAIL
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
  • Loading branch information
marckhouzam committed Nov 30, 2019
1 parent 7319ea4 commit 61fdc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/completion-tests/lib/completionTests-base.sh
Expand Up @@ -80,7 +80,7 @@ _completionTests_verifyCompletion() {
else
_completionTests_TEST_FAILED=1
currentFailure=1
echo "FAIL: \"$cmdLine\" should complete to \"$expected\" but we got \"$result\""
echo "ERROR: \"$cmdLine\" should complete to \"$expected\" but we got \"$result\""
fi

return $currentFailure
Expand Down

0 comments on commit 61fdc79

Please sign in to comment.