summaryrefslogtreecommitdiff
path: root/tools/teamcity-runtests.sh
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-24 15:08:27 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-24 15:08:27 -0800
commitc99c4b306454aec32118dead3f05e974c61bd34b (patch)
treef34a83324400f2a0e195d9442e3d70db2a9f5d9e /tools/teamcity-runtests.sh
parent01d0f40faefba8780c57a9d5ba43cb4907f71861 (diff)
downloadpexpect-git-c99c4b306454aec32118dead3f05e974c61bd34b.tar.gz
spellfix of 'exit'
Diffstat (limited to 'tools/teamcity-runtests.sh')
-rwxr-xr-xtools/teamcity-runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh
index 7c72fd7..48d3db9 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -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