From dc9505a405cd6232f4dd6e7d7243a3df497b2f32 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 5 Aug 2015 16:09:35 -0700 Subject: [PATCH] tests/drv_module_reload_basic: use linear_blits after module_reload for sanity check Reduces runtime a lot... Reviewed-by: Daniel Vetter Signed-off-by: Jesse Barnes --- tests/drv_module_reload_basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drv_module_reload_basic b/tests/drv_module_reload_basic index bb29a64f..ec1bae80 100755 --- a/tests/drv_module_reload_basic +++ b/tests/drv_module_reload_basic @@ -52,7 +52,7 @@ else fi # then try to run something -if ! $SOURCE_DIR/gem_exec_nop > /dev/null ; then +if ! $SOURCE_DIR/gem_linear_blits --run-subtest basic > /dev/null ; then echo "failed to execute a simple batch after reload" exit 3 fi