We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd87763 commit 57c251cCopy full SHA for 57c251c
scripts/cmake_bootstrap.sh
@@ -43,7 +43,7 @@ function test() {
43
else
44
repeat_fail=${CTEST_REPEAT_FAIL}
45
fi
46
- ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 4194304 --test-output-size-failed 4194304 --output-on-failure --repeat until-pass:${repeat_fail}
+ ctest $parallel --timeout 1000 -O $1.txt -T test --no-compress-output --test-output-size-passed 4194304 --test-output-size-failed 4194304 --output-on-failure --repeat until-pass:${repeat_fail} --output-junit $1.xml
47
popd
48
grep -E "^(\s*[0-9]+|Total)" build/$1/$1.txt >build/$1.txt
49
sed -i "s/\x1B\[[0-9;]*[JKmsu]//g" build/$1.txt
0 commit comments