diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:09:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:09:13 +0300 |
commit | f399c3b02c8a97f20d92245cf6b3d0b6b0e1e874 (patch) | |
tree | 6d3207da4a3499910c50fcc53aab88c8dcb48311 /tests/worker/bootstrap.testscript | |
parent | 273fa333112b16811d15755ebe55defb9508c073 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/worker/bootstrap.testscript')
-rw-r--r-- | tests/worker/bootstrap.testscript | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/worker/bootstrap.testscript b/tests/worker/bootstrap.testscript new file mode 100644 index 0000000..2cf91e6 --- /dev/null +++ b/tests/worker/bootstrap.testscript @@ -0,0 +1,13 @@ +# file : tests/worker/bootstrap.testscript +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +test.options = --bootstrap + +$* >>~%EOO% +: 1 +%bbot-version: .+% +%libbbot-version: .+% +%libbpkg-version: .+% +%libbutl-version: .+% +EOO |