Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jun 17, 2024
1 parent 67d7a8e commit 73a0637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/tests/printenv/out-of-root/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# Verify root crate proper path in GPR_PROJECT_PATH
assert_match(r".*GPR_PROJECT_PATH[^\n]+"
+ re.escape(os.path.join(parent, "base"))
+ "(:|\")", p.out)
+ "(:|;|\")", p.out)

# Verify pinned crate proper path in GPR_PROJECT_PATH
assert_match(r".*GPR_PROJECT_PATH[^\n]+"
+ re.escape(os.path.join(parent, "base", "pinned"))
+ "(:|\")", p.out)
+ "(:|;|\")", p.out)

print("SUCCESS")

0 comments on commit 73a0637

Please sign in to comment.