Update Testing authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -17,7 +17,7 @@ In order to modularize tests, the following generic variables are used: ...@@ -17,7 +17,7 @@ In order to modularize tests, the following generic variables are used:
| Name | Description | Example Value | | Name | Description | Example Value |
| ---- | ----------- | ------- | | ---- | ----------- | ------- |
|`$RESEARCH_TESTING` | The base directory for this test | `$RESEARCH_ROOT/testing/test_preproc_wg.log` | |`$RESEARCH_TESTING` | The base directory for this test | `$RESEARCH_ROOT/testing/test_preproc_wg` |
| `$LOGFILE` | The name of the logfile for this test | `$RESEARCH_ROOT/log/preproc_wg.log` | | `$LOGFILE` | The name of the logfile for this test | `$RESEARCH_ROOT/log/preproc_wg.log` |
| `$SCRIPT` | The basic command that is tested | `$RESEARCH_ROOT/bin/preproc_wg.sh` | | `$SCRIPT` | The basic command that is tested | `$RESEARCH_ROOT/bin/preproc_wg.sh` |
... ...
......