X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest%2Fautotest.py;h=b9fd6b6f5b214fc90720465ee61a84e42aaf1f3a;hb=e45ae7065e92ade35d6a3883a986a4210c78cc24;hp=5d6adb6fecf61145913b2c0b4aaddb5282dd77d0;hpb=f3618dcbcff8ae6b2eabf982f4c4fbbc3dd66703;p=dpdk.git diff --git a/app/test/autotest.py b/app/test/autotest.py index 5d6adb6fec..b9fd6b6f5b 100644 --- a/app/test/autotest.py +++ b/app/test/autotest.py @@ -72,4 +72,6 @@ for test_group in autotest_data.parallel_test_group_list: for test_group in autotest_data.non_parallel_test_group_list: runner.add_non_parallel_test_group(test_group) -runner.run_all_tests() +num_fails = runner.run_all_tests() + +sys.exit(num_fails)