Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuite4alya-testsuite4
  • Wiki
  • Advanced Usage

Advanced Usage · Changes

Page history
Update Advanced Usage authored Mar 30, 2020 by Damien Dosimont's avatar 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
Clone repository
  • Home
  • User
    • Presentation
    • Get the testsuite
    • Basic usage
    • Configure and run the testsuite
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Test configuration
    • Manage the tolerances