mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-30 21:55:56 +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)
|
||||
end
|
||||
|
||||
compiler.parser.print_ast(state.ast)
|
||||
if not (state.ast == nil) then -- can be nil if only macros
|
||||
compiler.parser.print_ast(state.ast)
|
||||
end
|
||||
|
||||
os.exit(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user