1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-03 17:07:39 +03:00

ci.sh: include MAL_IMPL in log prefix if set.

This commit is contained in:
Joel Martin 2021-05-03 21:22:08 -05:00
parent 8d875b00b0
commit 9b5e56e93c

2
ci.sh
View File

@ -26,7 +26,7 @@ mode_val=${!mode_var}
MAKE="make ${mode_val:+${mode_var}=${mode_val}}"
log_prefix="${ACTION}${REGRESS:+-regress}-${IMPL}${mode_val:+-${mode_val}}"
log_prefix="${ACTION}${REGRESS:+-regress}-${IMPL}${mode_val:+-${mode_val}}${MAL_IMPL:+-${MAL_IMPL}}"
TEST_OPTS="${TEST_OPTS} --debug-file ../../${log_prefix}.debug"
# Log everything below this point: