diff --git a/unittests/test_pipeline.py b/unittests/test_pipeline.py index d0160f6c45..3edbc3047e 100644 --- a/unittests/test_pipeline.py +++ b/unittests/test_pipeline.py @@ -119,7 +119,7 @@ def test_hellocheck_local(self): # Test also the prebuild/postbuild functionality test.prebuild_cmd = ['touch prebuild'] test.postbuild_cmd = ['touch postbuild'] - test.keepfiles = ['prebuild', 'postbuild'] + test.keep_files = ['prebuild', 'postbuild'] # Force local execution of the test test.local = True