mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Remove "/dev/null" from remote_exec
We should catch all errors/warnings from cmp. * binutils-all/compress.exp (compression_used): Remove "/dev/null" from remote_exec.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* binutils-all/compress.exp (compression_used): Remove "/dev/null"
|
||||||
|
from remote_exec.
|
||||||
|
|
||||||
2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* binutils-all/compress.exp (compression_used): New.
|
* binutils-all/compress.exp (compression_used): New.
|
||||||
|
@ -39,7 +39,7 @@ if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S ${compressedfile}.o --com
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
set got [remote_exec host "cmp ${testfile}.o ${compressedfile}.o" "" "/dev/null"]
|
set got [remote_exec host "cmp ${testfile}.o ${compressedfile}.o"]
|
||||||
# Use it to set up xfail.
|
# Use it to set up xfail.
|
||||||
set exec_output [lindex $got 1]
|
set exec_output [lindex $got 1]
|
||||||
if [string match "" $exec_output] then {
|
if [string match "" $exec_output] then {
|
||||||
|
Reference in New Issue
Block a user