Skip to content

Commit 3b4ef3d

Browse files
fix: execute functional tests from Makefile (#362)
The `ARTIFACTS_PATH` variable was not passed to the `run-functional-test` script. Signed-off-by: Nestor Acuna Blanco <[email protected]>
1 parent f92ceab commit 3b4ef3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test:
9393
hack/language.sh
9494

9595
test-functional:
96-
hack/run-functional-test.sh
96+
ARTIFACTS_PATH=$(ARTIFACTS_PATH) hack/run-functional-test.sh
9797

9898
test-sanity: generate-doc lint-metrics
9999
hack/sanity.sh

0 commit comments

Comments
 (0)