diff --git a/client/README.md b/client/README.md index d318b490..2673e1d7 100644 --- a/client/README.md +++ b/client/README.md @@ -96,7 +96,7 @@ Moreover, the CLIs are tested using the following script: ```console (env)$ cd .. -(env)$ ./scripts/test_client +(env)$ ./scripts/test-client ``` # The `zecale` command line interface @@ -104,7 +104,7 @@ Moreover, the CLIs are tested using the following script: The `zecale` command exposes Zecale operations via a command line interface. A brief description is given in this section. More details are available via `zecale --help`, and example usage can be seen in the [client test -script](../scripts/test_client). +script](../scripts/test-client). ## Environment @@ -167,5 +167,5 @@ zecale_dummy_app deploy ``` For a more comprehensive overview on how to use Zecale with a base -application, please refer to the [zeth-zecale integration test script](../scripts/test_zeth_zecale). +application, please refer to the [zeth-zecale integration test script](../scripts/test-zeth-zecale). diff --git a/scripts/ci b/scripts/ci index e0a913b3..fcddbf16 100755 --- a/scripts/ci +++ b/scripts/ci @@ -84,7 +84,7 @@ function integration_tests() { # Run integration test . client/env/bin/activate - ./scripts/test_client + ./scripts/test-client deactivate aggregator_stop diff --git a/scripts/test_client b/scripts/test-client similarity index 100% rename from scripts/test_client rename to scripts/test-client diff --git a/scripts/test_zeth_zecale b/scripts/test-zeth-zecale similarity index 100% rename from scripts/test_zeth_zecale rename to scripts/test-zeth-zecale