mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
autopilot: redirect stderr to log file
This commit is contained in:
parent
7566aaebb9
commit
6e1b9a823d
@ -165,7 +165,7 @@ proc execute_run_script { platform run_script } {
|
|||||||
set fd [log_fd $platform $run_script]
|
set fd [log_fd $platform $run_script]
|
||||||
|
|
||||||
if {[catch {
|
if {[catch {
|
||||||
exec make -C [build_dir $platform] [file join run $run_script] >@ $fd
|
exec make -C [build_dir $platform] [file join run $run_script] >&@ $fd
|
||||||
}]} {
|
}]} {
|
||||||
set return_value false
|
set return_value false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user