Skip to content

Commit

Permalink
scripts: renamed to be consistent with zeth scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Oct 21, 2021
1 parent 398a57d commit b12d268
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ 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

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

Expand Down Expand Up @@ -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).

2 changes: 1 addition & 1 deletion scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function integration_tests() {

# Run integration test
. client/env/bin/activate
./scripts/test_client
./scripts/test-client
deactivate

aggregator_stop
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b12d268

Please sign in to comment.