From 1203ecfd30a00e6d95ecd113893e0479394a9fcd Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 13 Apr 2021 12:41:33 +0200 Subject: [PATCH] Fix tempest_binary in Debian The tempest binary isn't /usr/bin/python3-tempest anymore. Fix run_tests.sh to reflect this new reality. Change-Id: I6d871272023a47475f18b209b049f7317cb93f4d --- run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 17038a582..d907ac0bc 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -348,8 +348,6 @@ if [ "${TEMPEST_FROM_SOURCE}" = true ]; then run_tempest/bin/python3 setup.py install run_tempest/bin/stestr init export tempest_binary="run_tempest/bin/tempest" -elif [ $(lsb_release --id -s) = "Debian" ]; then - export tempest_binary="/usr/bin/python3-tempest" else export tempest_binary="/usr/bin/tempest" fi