From 762c13ccfa427214f2c506f2d9868600706f10bf Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 27 Nov 2017 19:22:22 -0600 Subject: [PATCH] skip init schema check for chuck run scripts Ref #91 --- run/chuck.run | 2 +- run/chuck_keyboard.run | 2 +- run/chuck_mouse.run | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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