[mutter/gbsneto/installed-tests: 2/5] cogl/tests: Append test output to log file
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/installed-tests: 2/5] cogl/tests: Append test output to log file
- Date: Mon, 17 Dec 2018 15:41:45 +0000 (UTC)
commit c871954c9b87fb244ed06d87251b455f3f4f1fcf
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]