Skip to content

Commit

Permalink
Fix test broken by new crate hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 7, 2024
1 parent c792f83 commit 837d244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testsuite/tests/dockerized/misc/default-cache/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
base = f"{home}/.local/share/alire"

assert \
os.path.isdir(f"{base}/toolchains/gnat_native_8888.0.0_99fa3a55"), \
os.path.isdir(f"{base}/toolchains/gnat_native_8888.0.0_15743d73"), \
f"Toolchain dir not found at the expected location: {contents(base)}"

# Let's also check the rest of dirs for shared builds
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/printenv/compiler-indirect/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Ensure the compiler-set flag is in there:
assert_match(".*export TEST_PATH=.*"
f"printenv__compiler-indirect{s}alr-config{s}cache{s}"
f"toolchains{s}gnat_native_8888\.0\.0_99fa3a55{s}bin",
f"toolchains{s}gnat_native_8888\.0\.0_15743d73{s}bin",
p.out)

print('SUCCESS')

0 comments on commit 837d244

Please sign in to comment.