This commit is contained in:
brindosch 2017-04-21 11:39:41 +02:00
parent dbf99410ef
commit ecc9624a0b
2 changed files with 9 additions and 9 deletions

View File

@ -150,14 +150,14 @@ SET( JSON_FILES
# MESSAGE (FATAL_ERROR "check of json files failed" )
#ENDIF ()
EXECUTE_PROCESS (
COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
RESULT_VARIABLE CHECK_EFFECTS_FAILED
)
IF ( ${CHECK_EFFECTS_FAILED} )
MESSAGE (FATAL_ERROR "check of json effect files failed" )
ENDIF ()
#EXECUTE_PROCESS (
# COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
# RESULT_VARIABLE CHECK_EFFECTS_FAILED
#)
#IF ( ${CHECK_EFFECTS_FAILED} )
# MESSAGE (FATAL_ERROR "check of json effect files failed" )
#ENDIF ()
EXECUTE_PROCESS (
COMMAND python test/jsonchecks/checkschema.py config/hyperion.config.json.default libsrc/hyperion/schemas/hyperion.schema-${CURRENT_CONFIG_VERSION}.json

View File

@ -1,6 +1,6 @@
{
"name" : "Rainbow swirl fast",
"script" : "rainbow-swirl.py",
"script" : "swirl.py",
"args" :
{
"rotation-time" : 7.0,