diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-12-28 13:56:54 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-12-28 13:56:54 +0200 |
commit | 97e5e483633ed4263822a625374131f258f6f377 (patch) | |
tree | fcfd33e535939e0461a16e068fa806a7bf95c908 | |
parent | a4ba574880dbfb199eaf54ddccff4565b30d3a7d (diff) |
yet another minor script fix
-rw-r--r-- | linux_dpdk/cov.py | 5 |
1 files changed, 5 insertions, 0 deletions
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) |