Skip to content

Commit

Permalink
Remove redundant build check
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-MCaw committed Sep 23, 2024
1 parent b8e6d3c commit b8b0506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/tests/workflows/air-gapping/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
# mocking still enabled to check it doesn't try to fetch anything else)
os.remove(os.path.join("..", "path-dir", "gprbuild"))
p = run_alr("build", quiet=False)
assert_match(".*Build finished successfully in .* seconds", p.out)

# Check the built binary works as expected
assert_eq(
Expand Down

0 comments on commit b8b0506

Please sign in to comment.