mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 10:07:57 +00:00
fix test script
This commit is contained in:
parent
e5637d0cee
commit
7853260f38
@ -20,7 +20,9 @@ for str in string.gmatch(arg[1], "([^;]+)") do
|
|||||||
doit(str)
|
doit(str)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not (state.ast == nil) then -- can be nil if only macros
|
||||||
compiler.parser.print_ast(state.ast)
|
compiler.parser.print_ast(state.ast)
|
||||||
|
end
|
||||||
|
|
||||||
os.exit(0)
|
os.exit(0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user