From 97e5e483633ed4263822a625374131f258f6f377 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 28 Dec 2015 13:56:54 +0200 Subject: yet another minor script fix --- linux_dpdk/cov.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux_dpdk/cov.py') diff --git a/linux_dpdk/cov.py b/linux_dpdk/cov.py index e3177d5f..27578f4b 100644 --- a/linux_dpdk/cov.py +++ b/linux_dpdk/cov.py @@ -106,6 +106,11 @@ def check_env (env,err): def main_cov (): args=cov_driver.args + # default nothing was given + if args.b == False and args.u == False : + run_build (True) + upload () + if args.b : is_clean = not args.nc run_build (is_clean) -- cgit 1.2.3-korg