Be verbose about building the RGBGFX test binaries

People may not expect that to happen!
And CI would be easier to debug that way, too.
This commit is contained in:
ISSOtm
2024-08-08 20:22:10 +02:00
parent 809b364958
commit 2a85009b6b

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
[[ -e ./rgbgfx_test ]] || make -C ../.. test/gfx/rgbgfx_test || exit [[ -e ./rgbgfx_test ]] || make -C ../.. test/gfx/rgbgfx_test Q= || exit
[[ -e ./randtilegen ]] || make -C ../.. test/gfx/randtilegen || exit [[ -e ./randtilegen ]] || make -C ../.. test/gfx/randtilegen Q= || exit
trap 'rm -f "$errtmp"' EXIT trap 'rm -f "$errtmp"' EXIT
errtmp="$(mktemp)" errtmp="$(mktemp)"