Don't validate the template because of todos
This commit is contained in:
@@ -9,7 +9,7 @@ ATOMIC_TEST_TEMPLATE = "#{File.dirname(File.dirname(__FILE__))}/atomic_red_team/
|
||||
oks = []
|
||||
fails = []
|
||||
|
||||
(ATOMIC_RED_TEAM.atomic_test_paths + [ATOMIC_TEST_TEMPLATE]).each do |path|
|
||||
ATOMIC_RED_TEAM.atomic_test_paths.each do |path|
|
||||
begin
|
||||
print "Validating #{path}..."
|
||||
YAML.load_file(path)
|
||||
|
||||
Reference in New Issue
Block a user