ntel-gpu-tools/tests/debugfs_reader
Daniel Vetter 7601fafbcf tests: explicit use bash
We use bashisms, which debian's default sh dash doesn't like.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-10 16:23:18 +02:00

10 lines
153 B
Bash
Executable File

#!/bin/bash
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# read everything we can
cat $i915_path/* > /dev/null 2>&1
exit 0