autopilot: redirect stderr to log file

This commit is contained in:
Alexander Boettcher 2013-05-14 11:04:29 +02:00 committed by Norman Feske
parent 7566aaebb9
commit 6e1b9a823d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ proc execute_run_script { platform run_script } {
set fd [log_fd $platform $run_script]
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
}