test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/alais gsed to sed for freebsd
@ 2019-08-05  7:19 changqingxwu
  2019-08-06  8:49 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: changqingxwu @ 2019-08-05  7:19 UTC (permalink / raw)
  To: dts; +Cc: changqingxwu

sed command on linux not work for freebsd,
need use gsed replace sed to achieve the same function on freebsd

Signed-off-by: changqingxwu <changqingx.wu@intel.com>
---
 framework/dut.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/dut.py b/framework/dut.py
index fc346e8..20891ab 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -196,6 +196,7 @@ class Dut(Crb):
 
         if self.get_os_type() == 'freebsd':
             self.send_expect('alias make=gmake', '# ')
+            self.send_expect('alias sed=gsed', '# ')
 
         self.init_core_list()
         self.pci_devices_information()
-- 
2.17.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-06  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05  7:19 [dts] [PATCH V1] framework/alais gsed to sed for freebsd changqingxwu
2019-08-06  8:49 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).