You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/05/27 15:59:53 UTC

[2/5] git commit: [flex-sdk] [refs/heads/develop] - another tweak to patch tester

another tweak to patch tester


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/eb310e50
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/eb310e50
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/eb310e50

Branch: refs/heads/develop
Commit: eb310e5088f49ac9b8166558e3f07f9ed386bdb7
Parents: 0f4981c
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 06:06:18 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 14:59:12 2013 +0100

----------------------------------------------------------------------
 patch_testing_loop.sh |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/eb310e50/patch_testing_loop.sh
----------------------------------------------------------------------
diff --git a/patch_testing_loop.sh b/patch_testing_loop.sh
index 753cfdd..56e50de 100644
--- a/patch_testing_loop.sh
+++ b/patch_testing_loop.sh
@@ -22,9 +22,10 @@
 ## 10 minutes
 ##
 
-label1:
-echo "checking email at ${date}" 
-sh test_patch_by_email.sh
-sleep 10m
-goto label1
+while [ 1 ]
+do
+    echo "checking email at `date`" 
+    sh test_patch_by_email.sh
+    sleep 10m
+done