Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into 11_rsync_links
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Mar 28, 2024
2 parents ab3ac33 + e51cbfb commit 04c2479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/psyclone/test_psyclone_system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_run(self, config):
# So use a list instead:
assert all(list(config.prebuild_folder.glob(f)) == [] for f in expect_prebuild_files)
assert all(list(config.build_output.glob(f)) == [] for f in expect_build_files)
with config:
with config, pytest.warns(UserWarning, match="no transformation script specified"):
self.steps(config)
assert all(list(config.prebuild_folder.glob(f)) != [] for f in expect_prebuild_files)
assert all(list(config.build_output.glob(f)) != [] for f in expect_build_files)
Expand Down

0 comments on commit 04c2479

Please sign in to comment.