blob: e84fef4f2313b0f6c4cf5284c50fdf00a0502aa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : tests/worker/bootstrap.testscript
# license : MIT; see accompanying LICENSE file
test.options = --bootstrap
$* >>~%EOO%
: 1
%bbot-version: .+%
%libbbot-version: .+%
%libbpkg-version: .+%
%libbutl-version: .+%
EOO
|