This commit is contained in:
parent
3a20f39864
commit
f4969685f6
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@ cmake . \
|
||||||
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 == *renderer* ]]; then
|
if [[ $var != *render* ]]; then
|
||||||
echo "Skipping $test"
|
|
||||||
else
|
|
||||||
echo "Running $test"
|
echo "Running $test"
|
||||||
"$test"
|
"$test"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue