Skip to content

Commit

Permalink
tweak some language in DEVELOPING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhc committed Aug 15, 2024
1 parent 4f5597d commit 9730f0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ brew install bats-core
brew install jq
```

Smoke tests can be run with `make` targets (the latter works better in CI).
Smoke tests can be run with `make` targets.

```sh
cd smoke-tests
make smoke
```

The results of both the tests themselves and the telemetry collected by the collector are in a file `data.json` in the `smoke-tests/collector/` directory.
These artifacts are also uploaded to Circle when run in CI.

After smoke tests are done, tear down docker containers:

Expand Down

0 comments on commit 9730f0e

Please sign in to comment.