Skip to content

Commit 5928f43

Browse files
author
mike dupont
committed
adding the stdout to the file
1 parent b62fc17 commit 5928f43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run-all-tests.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ run_test() {
6161

6262
for testname in $TESTS;
6363
do
64+
export MULTIPLE1="${testname}"
65+
export perfdata1="${testname}.perf.data"
66+
export OUTPUT_DIR3="${OUTPUT_DIR}$testname/"
6467
results=$(run_test $testname)
65-
echo $results
68+
echo $results > "${OUTPUT_DIR3}stdout.txt"
6669
done
6770

6871
tar -czf /tmp/perf.data.tar.gz /tmp/perf/*

0 commit comments

Comments
 (0)