diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-11-02 22:22:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-11-09 21:45:02 +0300 |
commit | fca95dafaaab44d3e06e10bc9f3b45d00c82301f (patch) | |
tree | 69f59c57b0aa6100e01264a5d10e6a155ffff79e /tests/test/script/runner/for.testscript | |
parent | f34dd20fb7578874925dacf21b32338af50e8c12 (diff) |
Use diag_buffer in script
Diffstat (limited to 'tests/test/script/runner/for.testscript')
-rw-r--r-- | tests/test/script/runner/for.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/script/runner/for.testscript b/tests/test/script/runner/for.testscript index 765b978..f43fcc2 100644 --- a/tests/test/script/runner/for.testscript +++ b/tests/test/script/runner/for.testscript @@ -157,7 +157,7 @@ end end EOI - testscript:3:5: error: test exited with code 1 + testscript:3:5: error: builtin test exited with code 1 info: test id: 1 EOE @@ -427,7 +427,7 @@ end end EOI - testscript:3:5: error: test exited with code 1 + testscript:3:5: error: builtin test exited with code 1 info: test id: 1 EOE |