From 8a9b275b96f1ea5637d21e4568647dcb7fed98f2 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 10 Oct 2013 11:22:09 +0200 Subject: [PATCH] tests/module_reload: fail if the module didn't unload Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70336 Signed-off-by: Daniel Vetter --- tests/module_reload | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/module_reload b/tests/module_reload index 0b06ad4..3d8cb85 100755 --- a/tests/module_reload +++ b/tests/module_reload @@ -40,3 +40,5 @@ echo 1 > /sys/class/vtconsole/vtcon1/bind # try to run something $SOURCE_DIR/gem_exec_nop > /dev/null && echo "module successfully loaded again" + +exit $exitcode -- 2.7.4