diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 445d2b16..1f729a71 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -704,7 +704,7 @@ class ExampleLoader(Example): example_dir = "loader" -testset += ExampleLoader(["test_pe.py"], products=["uu.bin"]) +testset += ExampleLoader(["build_pe.py"], products=["fresh_pe.exe"]) # A sample is required, so "minidump_to_pe.py" is disabled for now |