Merge pull request #5504 from nataliakokoromyti/verific-run-test-bugfix

Fix Verific run-test.sh
This commit is contained in:
Miodrag Milanović 2025-12-17 11:08:44 +01:00 committed by GitHub
commit d861a26e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -eu
source ../gen-tests-makefile.sh
generate_mk --yosys-scripts --bash
sed -i '1i\export ASAN_OPTIONS=halt_on_error=0' run-test.mk
{ echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk; } > run-test.mk.tmp && mv run-test.mk.tmp run-test.mk