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.test | |
parent | 273fa333112b16811d15755ebe55defb9508c073 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/worker/bootstrap.test')
-rw-r--r-- | tests/worker/bootstrap.test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/worker/bootstrap.test b/tests/worker/bootstrap.test deleted file mode 100644 index 359dc88..0000000 --- a/tests/worker/bootstrap.test +++ /dev/null @@ -1,13 +0,0 @@ -# file : tests/worker/bootstrap.test -# 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 |