Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent c6b35f8 commit 4c03837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def generate_allure_report():
run(["apt-get update"])
run(["apt-get install default-jre"])
run(["wget https://github.com/allure-framework/allure2/releases/tag/2.32.0/allure_2.32.0-1_all.deb"])
run(["chmod +x allure_2.18.1-1_all.deb"])
run(["chmod +x allure_2.32.0-1_all.deb"])
run(["sudo -s"])
run(["dpkg -i allure_2.18.1-1_all.deb"])
run(["dpkg -i allure_2.32.0-1_all.deb"])

run(
[
Expand Down

0 comments on commit 4c03837

Please sign in to comment.