- Move the comparison logic into its own script - Add entry point bash script to generate the renderings - Separate the preamble bash logic into its own file
4 lines
69 B
Python
4 lines
69 B
Python
RESULT_OK = 'ok'
|
|
RESULT_FAILED = 'failed'
|
|
RESULT_MISSING = 'missing'
|