From ba000a841d62d4d536fcc3befba455c583993d96 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 15 Feb 2019 10:24:30 +0100 Subject: [PATCH] mgr/orchestrator_cli: Fix README.md Signed-off-by: Sebastian Wagner --- src/pybind/mgr/orchestrator_cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator_cli/README.md b/src/pybind/mgr/orchestrator_cli/README.md index 97e8a1069af..e4cbcdfc629 100644 --- a/src/pybind/mgr/orchestrator_cli/README.md +++ b/src/pybind/mgr/orchestrator_cli/README.md @@ -9,7 +9,7 @@ framework and the `test_orchestrator` backend. ``source`` the script and run the tests manually:: - $ source ../dashboard/run-backend-api-tests.sh + $ pushd ../dashboard ; source ./run-backend-api-tests.sh ; popd $ run_teuthology_tests tasks.mgr.test_orchestrator_cli $ cleanup_teuthology -- 2.39.5