diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-09-21 18:16:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-09-21 18:16:01 +0300 |
commit | 808135febf441499dfbbdcfc2a9ca3bf7fa2e684 (patch) | |
tree | 5fa35309c059609506ae795435404d59b583231a /tests/integration | |
parent | f90426bdfbf1370be8ff1f48ac5ce4586e46177b (diff) |
Add support for interactive CI breakpoint 'none' value
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 8daa03b..e60e09c 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -49,7 +49,7 @@ wait = 1 # Seconds. controller = --fake-request ../task --dump-result pkg = libhello -ver = 1.0.0+9 +ver = 1.0.0+10 #rep_url = "https://git.build2.org/hello/libhello.git#1.0" #rep_type = git rep_url = https://stage.build2.org/1 |