From e67f023c349638d6e6c4a128b4a27c2f17e87331 Mon Sep 17 00:00:00 2001 From: Ian Roquebert <72234714+gzpcho@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:45:23 +0000 Subject: [PATCH] Fix script --- deploy-agent/run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy-agent/run_tests.sh b/deploy-agent/run_tests.sh index ec5bc6e3ef..90d6f4adf3 100755 --- a/deploy-agent/run_tests.sh +++ b/deploy-agent/run_tests.sh @@ -2,4 +2,3 @@ export PYTHONPATH=. ./tests/run_unit_tests.sh -./tests/run_integ_tests.sh