diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 16:24:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 16:24:12 +0200 |
commit | 1b9d5cd435b800adad6432bca91cac189ad58823 (patch) | |
tree | c43a2b4c2c45b6ed5c2ef4e17cd573f2d10d992f /tests/worker | |
parent | 6cabe4d21b49ea149e6694c7290ff3e1fa9e08d2 (diff) |
Use standard version in bootstrap manifest
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/bootstrap.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/worker/bootstrap.test b/tests/worker/bootstrap.test index 91e4417..51129fa 100644 --- a/tests/worker/bootstrap.test +++ b/tests/worker/bootstrap.test @@ -6,8 +6,8 @@ test.options = --bootstrap $* >>~%EOO% : 1 -%bbot-version: \d+% -%libbbot-version: \d+% -%libbpkg-version: \d+% -%libbutl-version: \d+% +%bbot-version: .+% +%libbbot-version: .+% +%libbpkg-version: .+% +%libbutl-version: .+% EOO |