Skip to content

Commit 2296638

Browse files
committed
repeat tests !
1 parent af2acf9 commit 2296638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ if [[ $OPT_GITHUB_BUILD != "" ]]; then
872872
cp .o/${TARGET}.pdb .
873873
fi
874874

875-
LSAN_OPTIONS=max_leaks=10 ./${TARGET} --tests --debug
875+
LSAN_OPTIONS=max_leaks=10 ./${TARGET} --tests --debug --repeat 10
876876
if [[ $? -ne 0 ]]; then
877877
if [[ "$APPDATA" != "" ]]; then
878878
ls -la $APPDATA

0 commit comments

Comments
 (0)