Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Dec 3, 2024
1 parent 67464a0 commit 349b4fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 349b4fe

Please sign in to comment.