]> git.proxmox.com Git - mirror_zfs.git/commit - tests/test-runner/cmd/test-runner.py
On failure tests-runner should do non-zero exit
authorAlek P <alek-p@users.noreply.github.com>
Fri, 30 Jun 2017 18:14:26 +0000 (14:14 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Jun 2017 18:14:26 +0000 (11:14 -0700)
commitfe46eebe6b6f75a006a295db1f14c9c9f02751c1
treeb61906aeecae8c44c0d2cb8edfe37db808d56a3f
parentb81a1c61ec6c70586e56d29b66b261dadf1d4fe8
On failure tests-runner should do non-zero exit

Right now test runner will always exit(0).
It's helpful to have zfs-tests.sh provide different
exit values depending on if everything passed or not.
We can then use common shell cmds to run tests until failure.

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