... | ... | @@ -2,6 +2,12 @@ This page describes the advanced configuration options of the testsuite and the |
|
|
|
|
|
## Configuration
|
|
|
|
|
|
### To print the configuration help:
|
|
|
|
|
|
```sh
|
|
|
./ts configure -h
|
|
|
```
|
|
|
|
|
|
### First configuration
|
|
|
|
|
|
The first time you configure the testsuite, you will have to run the command
|
... | ... | @@ -100,6 +106,12 @@ Here, you can define the queue for the build jobs (resp. the test jobs). Use bsc |
|
|
|
|
|
## Advanced runs
|
|
|
|
|
|
### To print the help
|
|
|
|
|
|
```sh
|
|
|
./ts help
|
|
|
```
|
|
|
|
|
|
### Run only the builds
|
|
|
|
|
|
```sh
|
... | ... | @@ -144,4 +156,4 @@ You can add the following options to `./ts tests` and `./ts all` using the follo |
|
|
```
|
|
|
|
|
|
* `-d | --dirs [list of directories separated by space] ` run only the tests included in these subdirectories
|
|
|
* `-t | --tests [list of tests separated by space] ` run only the tests included in this list. |
|
|
* `-t | --tests [list of tests separated by space] ` run only the tests included in this list |