From cc5f108c98681b79ad16a205ddefe2eb514075b4 Mon Sep 17 00:00:00 2001 From: Cnly Date: Tue, 4 Jun 2019 14:34:06 +0800 Subject: [PATCH] Fix path for show-expected-fail-tests.sh Signed-off-by: Alex Chen --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13053a31a..d72b329c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: command: /dendrite_sytest.sh - run: name: Check for new tests to be added to testfile - command: /show-expected-fail-tests.sh /logs/results.tap + command: ./show-expected-fail-tests.sh /logs/results.tap - store_artifacts: path: /logs