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`
|
||||
|
||||
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
|
||||
if [[ $test == './build/modules/renderer/renderer_tests' ]]; then
|
||||
echo "Skipping $test"
|
||||
else
|
||||
"$test"
|
||||
echo "Running $test"
|
||||
fi
|
||||
echo "Running $test"
|
||||
"$test"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue