3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-21 17:39:41 +00:00

Merge pull request #5826 from petterreinholdtsen/autotest-print-log-on-error

Made autotest.sh print log on error for easier debugging in CI setups.
This commit is contained in:
nella 2026-04-27 15:43:43 +00:00 committed by GitHub
commit 4dbae6a473
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,6 +235,7 @@ do
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
fi
fi
sed -e "s,^,${bn}: ," ${bn}.err
$keeprunning || exit 1
fi
done