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:
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"