Skip to content

Commit 9c40a6f

Browse files
authored
Merge pull request #3019 from boegel/fix_broken_test_download_repo
fix broken test_download_repo due to archiving of easyconfigs
2 parents b708163 + abcdbfe commit 9c40a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def test_download_repo(self):
303303
self.assertTrue(os.path.exists(repodir))
304304
shafile = os.path.join(repodir, 'latest-sha')
305305
self.assertTrue(re.match('^[0-9a-f]{40}$', read_file(shafile)))
306-
self.assertTrue(os.path.exists(os.path.join(repodir, 'easybuild', 'easyconfigs', 'f', 'foss', 'foss-2015a.eb')))
306+
self.assertTrue(os.path.exists(os.path.join(repodir, 'easybuild', 'easyconfigs', 'f', 'foss', 'foss-2019b.eb')))
307307

308308
# existing downloaded repo is not reperformed, except if SHA is different
309309
account, repo, branch = 'boegel', 'easybuild-easyblocks', 'develop'

0 commit comments

Comments
 (0)