mirror of
https://github.com/kanaka/mal.git
synced 2024-11-20 12:37:19 +03:00
ci.sh: include MAL_IMPL in log prefix if set.
This commit is contained in:
parent
8d875b00b0
commit
9b5e56e93c
2
ci.sh
2
ci.sh
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user