diff --git a/run/chuck.run b/run/chuck.run index e6920b2..d239ef7 100644 --- a/run/chuck.run +++ b/run/chuck.run @@ -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 diff --git a/run/chuck_keyboard.run b/run/chuck_keyboard.run index 9476ab6..96990ff 100644 --- a/run/chuck_keyboard.run +++ b/run/chuck_keyboard.run @@ -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 diff --git a/run/chuck_mouse.run b/run/chuck_mouse.run index 9d48069..0a7318d 100644 --- a/run/chuck_mouse.run +++ b/run/chuck_mouse.run @@ -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