diff --git a/do.py b/do.py index 85b8ce0ea..9cf80f104 100644 --- a/do.py +++ b/do.py @@ -116,9 +116,6 @@ def test(card="novus100g"): ) def generate_allure_report(): - if os.path.exists("$HOME/allure-report"): - print("Path exists") - run(["mkdir -p allure-results/history"]) run(["cp -r $HOME/allure-report/history/* allure-results/history/"]) run(["rm -rf $HOME/allure-report"])