mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-14 14:00:21 +00:00
fix test script
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user