This commit is contained in:
parent
16e2776bf4
commit
bffd2a04c2
1 changed files with 2 additions and 8 deletions
|
@ -31,13 +31,7 @@ cmake . \
|
||||||
&& cmake --build ./build -j`nproc`
|
&& cmake --build ./build -j`nproc`
|
||||||
|
|
||||||
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
|
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
|
||||||
|
|
||||||
|
|
||||||
for test in $(find ./build -type f -name '*_tests' -executable); do
|
for test in $(find ./build -type f -name '*_tests' -executable); do
|
||||||
if [[ $test == './build/modules/renderer/renderer_tests' ]]; then
|
echo "Running $test"
|
||||||
echo "Skipping $test"
|
"$test"
|
||||||
else
|
|
||||||
"$test"
|
|
||||||
echo "Running $test"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue