From eda16b01a0448019822ed81ed5a46371c0957c11 Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Thu, 8 Feb 2024 17:11:45 +0100 Subject: [PATCH] Fix pytest invocation example Signed-off-by: Kai-Uwe Hermann --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 8c8268ff1..8161765a7 100644 --- a/tests/README.md +++ b/tests/README.md @@ -28,7 +28,7 @@ Go to your "everest-core/**tests**" folder and execute *pytest*: ```bash cd ~/checkout/everest-workspace/everest-core/tests -pytest-3 -s ./core_tests/startup_tests.py --path .. --junitxml=results.xml +pytest --everest-prefix ../build/dist ./core_tests/startup_tests.py ``` After execution a "results.xml" file should be available in the "everest-core/**tests**" folder, which details the current test results.