Skip to content

Commit b566313

Browse files
author
Anton Khodak
committed
Include output comparison for test_cache
1 parent c8a6896 commit b566313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def test_js_console_cmd_line_tool(self):
556556

557557
def test_no_js_console(self):
558558
for test_file in ("js_output.cwl", "js_output_workflow.cwl"):
559-
error_code, output = self.get_main_stderr(["--no-container",
559+
error_code, output = self.get_main_stderr(["--no-container",
560560
get_data("tests/wf/" + test_file)])
561561

562562
self.assertNotIn("[log] Log message", output)
@@ -568,6 +568,7 @@ def test_wf_without_container(self):
568568
test_file = "hello-workflow.cwl"
569569
error_code, output = self.get_main_stderr(["--cachedir", "cache",
570570
get_data("tests/wf/" + test_file), "--usermessage", "hello"])
571+
self.assertIn("completed success", output)
571572
self.assertEquals(error_code, 0)
572573

573574

0 commit comments

Comments
 (0)