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/28 05:06:21 UTC

[3/3] git commit: [flex-sdk] [refs/heads/develop] - send results when done

send results when done


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

Branch: refs/heads/develop
Commit: 5b94467dfd2812a88b22f706bc4b7ada7aa392b9
Parents: afd5482
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 28 04:04:33 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 28 04:04:33 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5b94467d/mustella/test_changes.sh
----------------------------------------------------------------------
diff --git a/mustella/test_changes.sh b/mustella/test_changes.sh
index 6cf4606..2b94830 100755
--- a/mustella/test_changes.sh
+++ b/mustella/test_changes.sh
@@ -30,7 +30,7 @@ if [ -s failures.txt ]
 then
 cp results.txt results.bak
 sh ./mini_run.sh $MINI_RUN_TIMEOUT $MINI_RUN_LOCALHOST -failures
-cat results.bak results.txt results.all
+cat results.bak results.txt >results.all
 cp results.all results.txt
 rm results.bak
 rm results.all