Remove all occurrences of COMMAND_SUPRESS_OUTPUT as it is interpreted as part of the argv of the mentioned executable (the first parameter in each Docker command).
For example:
https://github.com/CyberReasoningSystem/dataset/blob/27de0f5f7a35e12c2b14ff544ad1a5823ea55d9d/dataset/parsers/c_test_suite.py#L21
Remove all occurrences of
COMMAND_SUPRESS_OUTPUTas it is interpreted as part of theargvof the mentioned executable (the first parameter in each Docker command).For example:
https://github.com/CyberReasoningSystem/dataset/blob/27de0f5f7a35e12c2b14ff544ad1a5823ea55d9d/dataset/parsers/c_test_suite.py#L21