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 06:40:50 UTC

[4/6] git commit: [flex-sdk] [refs/heads/develop] - Add environment variables for machine differences

Add environment variables for machine differences


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

Branch: refs/heads/develop
Commit: 24976b2e4de0bbecf9b11815b8fff6bd9e733831
Parents: 71366f9
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 05:30:52 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 05:30:52 2013 +0100

----------------------------------------------------------------------
 mustella/test_changes.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/24976b2e/mustella/test_changes.sh
----------------------------------------------------------------------
diff --git a/mustella/test_changes.sh b/mustella/test_changes.sh
index 92f9081..0a81981 100755
--- a/mustella/test_changes.sh
+++ b/mustella/test_changes.sh
@@ -25,10 +25,10 @@
 numlines=0
 if [ -s changes.txt ]
 then
-sh ./mini_run.sh -changes
+sh ./mini_run.sh $MINI_RUN_TIMEOUT $MINI_RUN_LOCALHOST -changes
 if [ -s failures.txt ]
 then
-sh ./mini_run.sh -failures
+sh ./mini_run.sh $MINI_RUN_TIMEOUT $MINI_RUN_LOCALHOST -failures
 fi
 else
         if [ $# -lt 1 ]