Browse Source

Add exit condition

pull/385/head
Dave Machado 6 years ago
parent
commit
2e6d999b48
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      build/validate.rb

+ 6
- 0
build/validate.rb View File

@@ -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

Loading…
Cancel
Save