Skip to content

Commit 0210914

Browse files
authored
Remove outdated mentions of run-validations.sh (#2520)
1 parent 9f0dc3d commit 0210914

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ git pull
275275

276276
### Where do I find the generated test?
277277

278-
Everytime you run the `run-validations` script, a series of test will be generated and dumped on disk.
279-
You can find them in `clients-flight-recorder/scripts/types-validator/workbench`.
278+
Everytime you run `make validate` script, a series of test will be generated and dumped on disk.
279+
You can find the failed tests in `clients-flight-recorder/scripts/types-validator/workbench`.
280280
The content of this folder is a series of recorded responses from Elasticsearch wrapped inside an helper
281281
that verifies if the type definiton is correct.
282282

@@ -299,19 +299,6 @@ If you are using MacOS, run the following command to fix the issue:
299299
brew install coreutils
300300
```
301301

302-
### The `recordings` folder contains a zip file and not the `tmp-*` folders
303-
304-
Very likely your system does not have the `zip` command installed.
305-
```sh
306-
# on mac
307-
brew install zip
308-
309-
# on linux
310-
apt-get install -y zip
311-
```
312-
313-
Then remove the content of `recordings-dev/elasticsearch/*` and run `PULL_LATEST=true ./run-validations.sh` again.
314-
315302
### I need to modify che compiler, help!
316303

317304
Take a look at the [compiler documentation](./docs/compiler.md).

0 commit comments

Comments
 (0)