Commit 2e6d999b authored by Dave Machado's avatar Dave Machado
Browse files

Add exit condition

parent 4206f34c
......@@ -38,3 +38,9 @@ File.foreach(filename).with_index do |line, line_num|
end
end
end
if fail_flag
exit(1)
else
exit(0)
end
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment