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:
committed by
GitHub
parent
33ab89d7d7
commit
59ba4b0335
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user