test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/project_dpdk: add return value when build apps use meson
@ 2020-09-16 23:34 LihongX Ma
  2020-09-17  7:14 ` Chen, LingliX
  2020-09-23  8:51 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: LihongX Ma @ 2020-09-16 23:34 UTC (permalink / raw)
  To: dts; +Cc: LingliX.Chen, LihongX Ma

add return value of meson build app when freebsd call the api

Signed-off-by: LihongX Ma <lihongx.ma@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 c1b5eaf..cb3d1c0 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -580,7 +580,7 @@ class DPDKdut(Dut):
 
     def build_dpdk_apps_freebsd_meson(self, folder, extra_options):
         # meson build same as linux
-        self.build_dpdk_apps_linux_meson(folder, extra_options)
+        return self.build_dpdk_apps_linux_meson(folder, extra_options)
 
     def build_dpdk_apps_freebsd_makefile(self, folder, extra_options):
         """
-- 
2.7.4


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

end of thread, other threads:[~2020-09-23  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 23:34 [dts] [PATCH V1] framework/project_dpdk: add return value when build apps use meson LihongX Ma
2020-09-17  7:14 ` Chen, LingliX
2020-09-23  8:51 ` 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).