spellfix of 'exit'
authorJeff Quast <contact@jeffquast.com>
Mon, 24 Nov 2014 23:08:27 +0000 (15:08 -0800)
committerJeff Quast <contact@jeffquast.com>
Mon, 24 Nov 2014 23:08:27 +0000 (15:08 -0800)
tools/teamcity-runtests.sh

index 7c72fd7b0d69f93ec2b14fe6a95567da7b295c18..48d3db9c2648365df40a7108b78e2ed1a51b93f8 100755 (executable)
@@ -45,7 +45,7 @@ py.test \
 if [ $ret -ne 0 ]; then
        # we always exit 0, preferring instead the jUnit XML
        # results to be the dominate cause of a failed build.
-       echo "py.test returned excit code ${ret}." >&2
+       echo "py.test returned exit code ${ret}." >&2
        echo "the build should detect and report these failing tests." >&2
 fi