summaryrefslogtreecommitdiff
path: root/tests/run_some_dependencies_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_some_dependencies_test.py')
-rwxr-xr-xtests/run_some_dependencies_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py
index c9f48a5..a7ee9b4 100755
--- a/tests/run_some_dependencies_test.py
+++ b/tests/run_some_dependencies_test.py
@@ -32,7 +32,7 @@ class RunSomeDependenciesTest(unittest.TestCase):
]
for command in commands:
try:
- ret = exec_utils.cmd_with_timeout(command, 15.0)
+ ret = exec_utils.cmd_exitcode(command, 15.0)
self.assertEqual(0, ret)
except Exception as e:
logger.exception(e)