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:54 UTC

[3/5] git commit: [flex-sdk] [refs/heads/develop] - another tweak to script

another tweak to script


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

Branch: refs/heads/develop
Commit: 91a79d9e4c7962606b4ded9ba41943e4f29151bc
Parents: eb310e5
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 06:33:41 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 14:59:13 2013 +0100

----------------------------------------------------------------------
 patch_testing_loop.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/91a79d9e/patch_testing_loop.sh
----------------------------------------------------------------------
diff --git a/patch_testing_loop.sh b/patch_testing_loop.sh
index 56e50de..62b2de1 100644
--- a/patch_testing_loop.sh
+++ b/patch_testing_loop.sh
@@ -26,6 +26,8 @@ while [ 1 ]
 do
     echo "checking email at `date`" 
     sh test_patch_by_email.sh
+    echo "going to sleep for a bit"
     sleep 10m
+    echo "done sleeping"
 done