• C
    test states: proper support for INTERRUPTED tests · 861685d3
    Cleber Rosa 提交于
    This adds proper handling for tests that finish with state as INTERRUPTED.
    
    A test can be interrupted in two different ways: if user hits CTRL+C while
    the test is running, or if the test process receives a SIGINT.
    
    This makes it possible for a (skilled) user to interrupt a single long running
    test while not canceling the job completely.
    Signed-off-by: NCleber Rosa <crosa@redhat.com>
    861685d3
output.py 18.9 KB