File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ git pull
275
275
276
276
### Where do I find the generated test?
277
277
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 ` .
280
280
The content of this folder is a series of recorded responses from Elasticsearch wrapped inside an helper
281
281
that verifies if the type definiton is correct.
282
282
@@ -299,19 +299,6 @@ If you are using MacOS, run the following command to fix the issue:
299
299
brew install coreutils
300
300
```
301
301
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
-
315
302
### I need to modify che compiler, help!
316
303
317
304
Take a look at the [ compiler documentation] ( ./docs/compiler.md ) .
You can’t perform that action at this time.
0 commit comments