mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bump auxil/spicy to latest development snapshot
This commit is contained in:
parent
3a0bb55244
commit
4278ab2b04
2 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit d59f2458a480d5bd5d66810aa77f1918e94bb244
|
||||
Subproject commit 4c2cd8c3d7dbff98c95bf69824ed642ae40b1ecd
|
|
@ -1,7 +1,7 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
== spicyz
|
||||
::hilti::rt::print(std::string("have zeek"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have spicy version"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have spicy version >= 0.4"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("not have spicy version >= 4"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print(std::string("have zeek and zeek version > 1.0"), ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have zeek"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have spicy version"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have spicy version >= 0.4"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("not have spicy version >= 4"s, ::hilti::rt::Bool(true));
|
||||
::hilti::rt::print("have zeek and zeek version > 1.0"s, ::hilti::rt::Bool(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue