Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
alya
alya-testsuite4
Wiki
Advanced Usage
Advanced Usage
· Changes
Page history
Update Advanced Usage
authored
Mar 30, 2020
by
Damien Dosimont
Hide whitespace changes
Inline
Side-by-side
Advanced-Usage.md
View page @
b84e33f7
...
@@ -2,6 +2,12 @@ This page describes the advanced configuration options of the testsuite and the
...
@@ -2,6 +2,12 @@ This page describes the advanced configuration options of the testsuite and the
## Configuration
## Configuration
### To print the configuration help:
```
sh
./ts configure
-h
```
### First configuration
### First configuration
The first time you configure the testsuite, you will have to run the command
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
...
@@ -100,6 +106,12 @@ Here, you can define the queue for the build jobs (resp. the test jobs). Use bsc
## Advanced runs
## Advanced runs
### To print the help
```
sh
./ts
help
```
### Run only the builds
### Run only the builds
```
sh
```
sh
...
@@ -144,4 +156,4 @@ You can add the following options to `./ts tests` and `./ts all` using the follo
...
@@ -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
*
`-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