ntel-gpu-tools/tests/debugfs_reader
Ben Widawsky 888df75a0c tests: use common code for scripts
This removes cut and pasted code and uses a more central source.

Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-04 10:49:51 +02:00

9 lines
95 B
Bash
Executable File

#!/bin/sh
. ./drm_lib.sh
# read everything we can
cat $i915_path/* > /dev/null 2>&1
exit 0