breilly / fm-orchestrator

Forked from fm-orchestrator 4 years ago
Clone

cff90e5 builder/utils/execute_cmd: remove useless return value and add a test

Authored and Committed by otaylor a year ago
    builder/utils/execute_cmd: remove useless return value and add a test
    
    Since we never pass in subprocess.PIPE for stdin/stdout/stderr,
    subprocess.communicate() does nothing, and the return out/err tuple
    was always empty.