... | ... | @@ -127,7 +127,7 @@ Here, you can define the test subsets you want to run. Type the names of the sub |
|
|
|
|
|
### Partial configuration
|
|
|
|
|
|
If you want to change a particular setting, you can run ./configure using one of these options
|
|
|
If you want to change a particular setting, you can run ./configure using one of these options. Note that you can specify an option argument directly in the command line, or let it empty to enable the interactive mode.
|
|
|
|
|
|
* `-a | --all ` Configure all the options
|
|
|
* `-e | --email [email] ` Change the email
|
... | ... | @@ -137,17 +137,7 @@ If you want to change a particular setting, you can run ./configure using one of |
|
|
* `-b | --alya-branch [svn-branch]` Change Alya branch
|
|
|
* `-p | --path [path] ` Change server path
|
|
|
* `-t | --tests [tests] ` Change the set of tests
|
|
|
* `-h | --help `Show configuration information
|
|
|
|
|
|
|
|
|
|
|
|
* `-e` To change the user email.
|
|
|
* `-s` To select the path in marenostrum where the testsuite will be executed.
|
|
|
* `-b` To choose the branch that will be tested.
|
|
|
* `-p` To select the tests branch
|
|
|
* `-t` To select which tests will be executed.
|
|
|
* `-q` To select the job queue
|
|
|
* `--all` To reset the whole configuration. Mandatory if you want to change your MN user or the login nodes.
|
|
|
* `-h | --help ` Show configuration information
|
|
|
|
|
|
We do not recommend editing the `client-config.json` manually since it can produce an inconsistent file.
|
|
|
|
... | ... | |