Test fully silent output.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
This commit is contained in:
parent
d8319f15f7
commit
ffd7d845ff
|
@ -90,7 +90,7 @@ define _mb_openmsx_run
|
||||||
$(if $(filter ram4mb,$(3)),-ext ram2mb) \
|
$(if $(filter ram4mb,$(3)),-ext ram2mb) \
|
||||||
$(if $(filter ram4mb,$(3)),-ext ram4mb) \
|
$(if $(filter ram4mb,$(3)),-ext ram4mb) \
|
||||||
$(MB_OPENMSX_ARGS) \
|
$(MB_OPENMSX_ARGS) \
|
||||||
-control stdio < $(1)-omsx/stdio.xml $(if $(filter on,$(MB_OPENMSX_STDOUT_NULL)),> /dev/null)
|
-control stdio < $(1)-omsx/stdio.xml $(if $(filter on,$(MB_OPENMSX_STDOUT_NULL)),$(MB_OS_ERRIGNORE) >/dev/null)
|
||||||
rsync --checksum --recursive "$(1)-omsx/persistent/fire-hdd/untitled1/sync/" "$(1)/"
|
rsync --checksum --recursive "$(1)-omsx/persistent/fire-hdd/untitled1/sync/" "$(1)/"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue