diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py index a9ceddd..4cd6e17 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -6517,11 +6517,13 @@ c = ['{0}'] [wrap-file] directory = foo - source_url = file://{} + source_url = http://server.invalid/foo + source_fallback_url = file://{} source_filename = foo.tar.xz source_hash = {} - patch_url = file://{} + patch_url = http://server.invalid/foo + patch_fallback_url = file://{} patch_filename = foo-patch.tar.xz patch_hash = {} """.format(source_filename, source_hash, patch_filename, patch_hash)) |