1
0
mirror of synced 2026-01-12 00:42:47 +00:00

Update run-test.sh

fix: preserve newline at eof
This commit is contained in:
nataliakokoromyti 2025-12-16 04:16:03 -08:00 committed by GitHub
parent d4e0437cfd
commit 2ded4bd893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@
set -eu
source ../gen-tests-makefile.sh
generate_mk --yosys-scripts --bash
echo "$(echo 'export ASAN_OPTIONS=halt_on_error=0'; cat run-test.mk)" > 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