tests/drv_module_reload_basic: use linear_blits after module_reload for sanity check

Reduces runtime a lot...

Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2015-08-05 16:09:35 -07:00
parent 4409c83284
commit dc9505a405

View File

@ -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