igt/pm_rps: Fix assertion in load_helper_stop
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 27 Jul 2014 14:39:58 +0000 (15:39 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 27 Jul 2014 14:39:58 +0000 (15:39 +0100)
commite48c495572ae1e07aa3f48e801caec351a370c4b
treebb2a4c93da519b797d9017d425061cf6006b05b2
parenta6e6c5bdcf93376a505abff3ae510d8275727028
igt/pm_rps: Fix assertion in load_helper_stop

The load_helper isn't killed by the signal, but it exits gracefully. So
update the assertion to check for the successful exit.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/pm_rps.c