From 8d97294c49ddd78d0a605b98b525454d4229f19a Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Thu, 25 Apr 2024 15:26:51 -0500 Subject: [PATCH] Change path. --- tests/test.hello.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.hello.yaml b/tests/test.hello.yaml index 7d6ea65..0fcd88c 100644 --- a/tests/test.hello.yaml +++ b/tests/test.hello.yaml @@ -1,6 +1,6 @@ - name: test-hello command: miniwdl run -i tests/inputs/hello.inputs.json -d test-output/ --task hello hello.wdl files: - - path: test-output/*/stdout.txt + - path: test-output/_LAST/stdout.txt contains: - 'hello Test!' \ No newline at end of file