added the static_mods table for adding externally added static modules
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -44,3 +44,9 @@ BEGIN {
|
||||
@{};
|
||||
@{ "hello", "world } ##ERROR: colon expected in place of ','
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
BEGIN {
|
||||
hawk::call("sys::SIGTERM", 10 20); ##ERROR: 'sys::SIGTERM' not a function or unsupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user