diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-22 16:34:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-02-22 16:34:20 +0300 |
commit | a60f797854b6a2556f7ea1c688d7ee872f5d20d6 (patch) | |
tree | 62e4f38f8ba30065a8ab8257e65307ffe8b8824b /tests/integration | |
parent | c99a169c214f6adcb11c7a7963e22a3611230364 (diff) |
Add minor comments to integration testscript
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index efd4e22..f98d47b 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -41,11 +41,11 @@ cxx = g++ # #\ -wait=5 +wait = 5 # Seconds. controller = https://stage.build2.org/?build-task #\ -wait=1 +wait = 1 # Seconds. controller = --fake-request ../task --dump-result pkg = libhello |