skip init schema check for chuck run scripts

Ref #91
This commit is contained in:
Emery Hemingway
2017-11-27 19:22:22 -06:00
parent dbb37dc53e
commit 762c13ccfa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
assert_spec x86
# Xmllint throws errors on inline chuck code
proc check_xml_syntax {xml_file} { }
proc check_xml_with_schema {xml_file} { }
#
# Build

View File

@@ -1,7 +1,7 @@
assert_spec x86
# Xmllint throws errors on inline chuck code
proc check_xml_syntax {xml_file} { }
proc check_xml_with_schema {xml_file} { }
#
# Build

View File

@@ -1,7 +1,7 @@
assert_spec x86
# Xmllint throws errors on inline chuck code
proc check_xml_syntax {xml_file} { }
proc check_xml_with_schema {xml_file} { }
#
# Build