Skip to content

Commit

Permalink
Updated test to have same executable name with different path
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 19, 2020
1 parent e5ac960 commit c4684fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ def test_exe_reproduce():
# Reset manifests "truth"
manifests = get_manifests(ctrldir/'manifests')

# Make exe in config.yaml unfindable by giving it a non-existent name
config['exe'] = 'bogus.exe'
# Make exe in config.yaml unfindable by giving it a non-existent
# path but crucially the same name as the proper executable
config['exe'] = '/bogus/test.exe'

# Change reproduce exe back to True
config['manifest']['reproduce']['exe'] = True
Expand Down

0 comments on commit c4684fc

Please sign in to comment.