diff options
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 |