From 1f3de0aa3918f4c889084fa7660f743ea095e2e7 Mon Sep 17 00:00:00 2001 From: fatelei Date: Wed, 3 Aug 2022 16:10:17 +0800 Subject: [PATCH] chore: update file location in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3685bd4..060fc616 100644 --- a/README.md +++ b/README.md @@ -52,19 +52,19 @@ Scoot has a few tests that exercise varying levels of common usages and workflo Invokes a scoot client directly to run jobs against a local cluster and waits for the scheduled jobs to complete. -(./scheduler/client/cli/smoketest.go) +(./integration-tests/smoketest/smoketest.go) ### Recoverytest Invokes a scoot client directly to run jobs against a local cluster, kills the cluster, attempts to spin up a new one, and waits for the originally scheduled jobs to complete. -(./binaries/recoverytest/main.go) +(./integration-tests/recoverytest/main.go) ### Integration Invokes a scoot and scoot-snapshot-db client via CLI to run a job against a local cluster and waits for the job to complete -(./binaries/scoot-integration/main.go) +(./integration-tests/scoot-integration/main.go) ## Scoot Thrift Code __Thrift Prerequisites__