We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6964a54 commit 18c2e21Copy full SHA for 18c2e21
tests/test_singularity.py
@@ -74,6 +74,6 @@ def test_singularity_pullfolder_in_env():
74
get_data("tests/wf/iwdr-entry.cwl"), "--message", "hello"])
75
for env in ("SINGULARITY_PULLFOLDER", "SINGULARITY_CACHEDIR"):
76
if env in os.environ:
77
- assert result_code == 0
+ assert result_code == 33
78
else:
79
- assert result_code != 0
+ assert result_code == 0
0 commit comments