[mutter/gbsneto/burn-autotools-with-fire: 9/15] cogl/tests: Append test output to log file



commit 42195e36ac26471dd6832feea6018ce3c1e1f784
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Dec 17 13:20:19 2018 -0200

    cogl/tests: Append test output to log file
    
    Instead of resetting the file contents to the last
    test that ran.

 cogl/tests/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cogl/tests/run-tests.sh b/cogl/tests/run-tests.sh
index 6af358f55..a59aa4440 100755
--- a/cogl/tests/run-tests.sh
+++ b/cogl/tests/run-tests.sh
@@ -74,7 +74,7 @@ get_status()
 
 run_test()
 {
-  $("$TEST_BINARY" "$1" &> "$LOG")
+  $("$TEST_BINARY" "$1" &>> "$LOG")
   TMP=$?
   var_name=$2_result
   eval "$var_name=$TMP"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]