From 5852e2c9978d75ae948197ac14e9db1fb93f279f Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 18 Feb 2022 17:07:37 +0100 Subject: [PATCH] Update website/docs/dev_testing.md Co-authored-by: Milan Kolar --- website/docs/dev_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/dev_testing.md b/website/docs/dev_testing.md index 08864988cf..cab298ae37 100644 --- a/website/docs/dev_testing.md +++ b/website/docs/dev_testing.md @@ -23,7 +23,7 @@ If you would like just to experiment with provided integration tests, and have p ``` - From build: ``` -- ${OPENPYPE_BUILD}/openpype_console run {ABSOLUT_PATH_OPENPYPE_ROOT}/tests/integration/hosts/nuke` +- ${OPENPYPE_BUILD}/openpype_console run {ABSOLUTE_PATH_OPENPYPE_ROOT}/tests/integration/hosts/nuke` ``` Modify tests path argument to limit which tests should be run (`../tests/integration` will run all implemented integration tests).