Compare commits

...

1 Commits

Author SHA1 Message Date
Michal Nowak
18572fa3c6 Run legacy system test in a loop 2023-04-05 12:49:06 +02:00

View File

@@ -313,7 +313,7 @@ stages:
- *setup_interfaces
script:
- cd bin/tests/system
- make -j${TEST_PARALLEL_JOBS:-1} -k check V=1
- while make check V=1 TESTS=legacy; do true; done
- if git rev-parse > /dev/null 2>&1; then ( ! grep "^I:.*:file.*not removed$" *.log ); fi
- '( ! grep -F "grep: warning:" *.log )'
after_script: