Skip to content

Commit 8633146

Browse files
committed
In test_toy_extension_sources, use %(name)s template to confirm use of extension name.
1 parent ef809b4 commit 8633146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toy_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ def test_toy_extension_sources(self):
12191219
' ("exts-git", "0.0", {',
12201220
' "buildopts": "&& ls -l %s %s",' % (ext_tarball, ext_tarfile),
12211221
' "sources": {',
1222-
' "filename": "%s",' % ext_tgz,
1222+
' "filename": "%(name)s.tar.gz",',
12231223
' "git_config": {',
12241224
' "repo_name": "testrepository",',
12251225
' "url": "https://github.com/easybuilders",',

0 commit comments

Comments
 (0)