blob: 6d87e2a49b9c84cd12549a998982669a7db21ed1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : tests/worker/bootstrap.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
test.options = --bootstrap
$* >>~%EOO%
: 1
%bbot-version: .+%
%libbbot-version: .+%
%libbpkg-version: .+%
%libbutl-version: .+%
EOO
|