diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-25 03:39:41 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:35 +0200 |
commit | d816d38bc503e3a98ade2e443d4bf399a9da76e7 (patch) | |
tree | 947a24313717b613569cbe3e45a1e43014a0f211 /tests | |
parent | 6939574c5a2d1859666296b4a7ab3f5a0e8db299 (diff) |
Support paths cleanup when test scope is left
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test/script/runner/testscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test/script/runner/testscript b/tests/test/script/runner/testscript index 89ef6a3..39b68ee 100644 --- a/tests/test/script/runner/testscript +++ b/tests/test/script/runner/testscript @@ -1,3 +1,7 @@ +# file : tests/test/script/runner/testscript +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + $* # status-def $* == 0 # status-eq-0 $* -s 1 != 0 # status-ne-0 |