Fix spurious detection of alire.toml during build test (#201)

The detection is correct in the sense that the file is at ./alire/alire.toml,
but it is not an old manifest but the proper manifest of the alire repo. This
is an unexpected and unwanted interaction that should go away once the check
for old manifests is removed. For now, it's simpler to just do the tests in a
clean folder.
This commit is contained in:
Alejandro R Mosteo
2020-11-09 13:43:28 +01:00
committed by GitHub
parent 33ab89d7d7
commit 59ba4b0335
+4
View File
@@ -18,6 +18,10 @@ echo Changed files: $CHANGES
# Import the out-of-docker built alr
export PATH+=:${PWD}/alire/bin
# Change to a new testing folder to avoid spurious detection of ./alire/alire.toml
mkdir testdir
cd testdir
# Show alr metadata
alr version