diff options
| author | Christopher Li <sparse@chrisli.org> | 2017-08-11 10:50:53 -0400 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2017-08-11 10:51:12 -0400 |
| commit | bc2e3dd6cd9cd31ab5fd7226c5825b7795915606 (patch) | |
| tree | fce76b8e9ce0c53cc9fedd1c57dfb235e9aa210d /Documentation | |
| parent | 08c90b01cf00e6c18d1e69cd473f7e097a2231a7 (diff) | |
| parent | 64c9129b5beee61f0a311556259d97d7e56d2879 (diff) | |
| download | sparse-dev-bc2e3dd6cd9cd31ab5fd7226c5825b7795915606.tar.gz | |
Merge remote-tracking branch 'luc/remove-singlestore-shortcut'
Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/test-suite | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite index 2e786bbf..a288c81a 100644 --- a/Documentation/test-suite +++ b/Documentation/test-suite @@ -25,6 +25,10 @@ check-command: (optional) check-exit-value: (optional) The expected exit value of check-command. It defaults to 0. +check-timeout: (optional) + The maximum expected duration of check-command, in seconds. + It defaults to 1. + check-output-start / check-output-end (optional) The expected output (stdout and stderr) of check-command lies between those two tags. It defaults to no output. |
