diff options
Diffstat (limited to 'NPTest.pm')
-rw-r--r-- | NPTest.pm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,10 +57,10 @@ If a parameter needs to be entered and the test is run without a tty | |||
57 | attached (such as a cronjob), the parameter will be assigned as if it | 57 | attached (such as a cronjob), the parameter will be assigned as if it |
58 | was "none". Tests can check for the parameter and skip if not set. | 58 | was "none". Tests can check for the parameter and skip if not set. |
59 | 59 | ||
60 | Responses are stored in an external, file-based | 60 | Responses are stored in an external, file-based cache so subsequent test |
61 | cache so subsequent test runs will use these values. The user is able | 61 | runs will use these values. The user is able to change the values by |
62 | to change the values by amending the values in the file /var/tmp/NPTest.pm, | 62 | amending the values in the file /var/tmp/NPTest.cache, or by setting |
63 | or by setting the appropriate environment variable before running the test. | 63 | the appropriate environment variable before running the test. |
64 | 64 | ||
65 | The option exists to store parameters in a scoped means, allowing a | 65 | The option exists to store parameters in a scoped means, allowing a |
66 | test harness to a localise a parameter should the need arise. This | 66 | test harness to a localise a parameter should the need arise. This |