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 0c836ed commit 58b3ea8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ def test(card="novus100g"):
)

def generate_allure_report():
if os.path.exists("$HOME/allure-report"):
run(["mkdir -p allure-results/history"])
run(["cp -r $HOME/allure-report/history/* allure-results/history/"])
run(["rm -rf $HOME/allure-report"])

run(["mkdir -p allure-results/history"])
run(["cp -r $HOME/allure-report/history/* allure-results/history/"])
run(["rm -rf $HOME/allure-report"])


run(
[
Expand Down

0 comments on commit 58b3ea8

Please sign in to comment.