chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee802f8
)
Test suite: run-all: record output
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 11:19:32 +0000
(12:19 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 17:40:07 +0000
(18:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/run-all
patch
|
blob
|
history
diff --git
a/tests/run-all
b/tests/run-all
index b5c5bb06abeaa13a87abfae1f5a3e208b26e5f01..c6df386ee9be4d81e7849a15d997dc076d7b0393 100755
(executable)
--- a/
tests/run-all
+++ b/
tests/run-all
@@
-1,8
+1,10
@@
-#!/bin/sh
+#!/bin/
ba
sh
set -e
# convenience script for running the tests outside adt-run
# usage: tests/using-intree tests/run-all
+set -o pipefail
+
set +e
jcpus=`perl -MSys::CPU -we 'printf "-j%d\n",Sys::CPU::cpu_count()'`
set -e
@@
-11,5
+13,7
@@
if [ $# != 0 ]; then
set TESTSCRIPTS="$*"
fi
-set -x
-exec make $jcpus -k -f tests/Makefile "$@"
+(
+ set -x
+ exec make $jcpus -k -f tests/Makefile "$@"
+) 2>&1 |tee tests/tmp/run-all.log