test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement
@ 2021-04-13 12:00 Chen Lingli
  2021-04-13  3:27 ` Chen, LingliX
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Lingli @ 2021-04-13 12:00 UTC (permalink / raw)
  To: dts; +Cc: Chen Lingli

The compilation log of DPDK build app contains '# ', enhanced echo matching.

Signed-off-by: Chen Lingli <linglix.chen@intel.com>
---
 framework/project_dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 0edb38a6..2975e2ef 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -578,7 +578,7 @@ class DPDKdut(Dut):
             example = '/'.join(folder_info[folder_info.index('examples')+1:])
         out = self.send_expect("meson configure -Dexamples=%s %s" % (example, self.target), "# ")
         assert ("FAILED" not in out), "Compilation error..."
-        out = self.send_expect("ninja -C %s" % self.target, "# ", timeout)
+        out = self.send_expect("ninja -C %s" % self.target, "[~|~\]]# ", timeout)
         assert ("FAILED" not in out), "Compilation error..."
 
         # verify the app build in the config path
-- 
2.17.1


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

end of thread, other threads:[~2021-05-07  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 12:00 [dts] [PATCH V1] framework/project_dpdk: complete dpdk build apps match enhancement Chen Lingli
2021-04-13  3:27 ` Chen, LingliX
2021-04-13  7:47   ` Zhao, HaiyangX
2021-05-07  6:18     ` 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).