Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 18, 2024
1 parent 6a25345 commit 47198be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ def start_server():
t6.start()

def start_ua2f(u: str):
try:
out = subprocess.check_output([u])
print(out)
except Exception as e:
print(e)
r = os.system(u)
if r != 0:
print(f"UA2F failed with exit code {r}")
exit(-1)


Expand Down

0 comments on commit 47198be

Please sign in to comment.