Remove some old stuff from README

Leftover from copypasta
This commit is contained in:
southerntofu 2022-02-22 18:00:30 +01:00
parent 39fbf8eea7
commit 92bfbff77e
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ In order to facilitate deployment in varied setups, each web validator respects
**NOTE:** Running tests requires the bats testing framework. You can usually find it in your distro repositories. If not, head over to the [bats repository](https://github.com/bats-core/bats-core/).
The `test_cli.sh` script is used for testing web validators (such as [endpoints.php](https://tildegit.org/forge/endpoints.php)). It takes as first positional argument a path to the `bin/server` script returning the starting script for the (compiled) program to check, and as second argument If no program is provided as argument, the following paths will be attempted, in order of precedence:
The `test_web.sh` script is used for testing web validators (such as [endpoints.php](https://tildegit.org/forge/endpoints.php)). It takes two optional positional arguments:
- a path to a web validator executable (as defined in the Conventions section); if no argument is provided, the implementation's `bin/server` script will be executed to find a path to the executable; the `bin/server` script will be looked up on these paths, in order of precedence: