Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAles Tamchyna <a.tamchyna@gmail.com>2011-09-08 17:10:26 +0400
committerAles Tamchyna <a.tamchyna@gmail.com>2011-09-08 17:10:47 +0400
commit8aa4958af4fbcc344de8219dd1aa539b972e0694 (patch)
tree566462f04c549254e4d732d18728590441c5d14d /cruise-control
parent68edbb15ae4fd6225427e6f5fd1c8be6d7061e6b (diff)
typo
Diffstat (limited to 'cruise-control')
-rwxr-xr-xcruise-control/test_all_new_commits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh
index e3bfcd375..7f7cdc10c 100755
--- a/cruise-control/test_all_new_commits.sh
+++ b/cruise-control/test_all_new_commits.sh
@@ -155,7 +155,7 @@ done
| while read commit; do
test_ok="$LOGDIR/logs/$configname/$commit.OK"
if [ ! -e "$test_ok" ]; then
- run_single_test $commit && warn "Commit $commit test ok, stooping" && break
+ run_single_test $commit && warn "Commit $commit test ok, stopping" && break
warn "Commit $commit test failed, continuing"
else
warn "Reached a successfully tested commit ($commit), stopping"