]> git.proxmox.com Git - mirror_zfs.git/commit - tests/test-runner/cmd/test-runner.py
Exit test-runner with non-zero if tests are KILLED
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Sat, 8 Jul 2017 00:07:40 +0000 (17:07 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 8 Jul 2017 00:07:40 +0000 (17:07 -0700)
commitb24827ac1e327f763a8dd4ed60c44c2a5d918b42
tree5b505fb171b774c20e5a6f7a1de07056adbd4359
parentdda82a2eabefcf3e044c5d3bbe78954dfc0e4248
Exit test-runner with non-zero if tests are KILLED

fe46eeb introduced non-zero exit codes to test-runner.
A non-zero exit code should be returned when test-runner
decided to kill a test and mark it as KILLED.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #6325
tests/test-runner/cmd/test-runner.py