This commit is contained in:
parent
f4969685f6
commit
16e2776bf4
1 changed files with 5 additions and 2 deletions
|
@ -32,9 +32,12 @@ cmake . \
|
|||
|
||||
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 [[ $var != *render* ]]; then
|
||||
echo "Running $test"
|
||||
if [[ $test == './build/modules/renderer/renderer_tests' ]]; then
|
||||
echo "Skipping $test"
|
||||
else
|
||||
"$test"
|
||||
echo "Running $test"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue