Skip to content

Commit

Permalink
modify what is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Aug 12, 2024
1 parent fb2ebd8 commit 1af999c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2eshark/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,9 @@ def main():
shutil.move(run_dir + "/statusreport.md", path + "/statusreport.md")
shutil.move(run_dir + "/summaryreport.md", path + "/summaryreport.md")
shutil.move(run_dir + "/timereport.md", path + "/timereport.md")
shutil.move(run_dir + "/statusreport.pkl", path + "/statusreport.pkl")
shutil.move(run_dir + "/summaryreport.pkl", path + "/summaryreport.pkl")
shutil.move(run_dir + "/timereport.pkl", path + "/timereport.pkl")

# When all processes are done, print
print("\nCompleted run of e2e shark tests")
Expand Down

0 comments on commit 1af999c

Please sign in to comment.