Skip to content

Commit 137fb9a

Browse files
committed
removing meson_rerun_failed.py
1 parent ca7ac29 commit 137fb9a

2 files changed

Lines changed: 1 addition & 85 deletions

File tree

ci/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,11 @@ fi
7878

7979
echo " > $GEMC recursive content:" >> $compile_log
8080
ls -lR $GEMC >> $compile_log
81-
cd ..
8281

8382
# if $1 is NOT one of sanitize option, run meson test
8483
if [[ $1 != @(address|thread|undefined|memory|leak) ]]; then
8584
echo " > Running meson test" > $test_log
86-
# meson test -j 1 --print-errorlogs --no-rebuild --num-processes 1 >> $test_log
87-
./ci/meson_rerun_failed.py build 2 1 first-pass
85+
meson test -j 1 --print-errorlogs --no-rebuild --num-processes 1 >> $test_log
8886
if [ $? -ne 0 ]; then
8987
echo "Test failed. Log: "
9088
cat $test_log

ci/meson_rerun_failed.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)