mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
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>
This commit is contained in:
parent
af275bd521
commit
7601fafbcf
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
||||||
. $SOURCE_DIR/drm_lib.sh
|
. $SOURCE_DIR/drm_lib.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# This check if we can crash the kernel with segmentation-fault
|
# This check if we can crash the kernel with segmentation-fault
|
||||||
# by reading /sys/kernel/debug/dri/0/i915_emon_status too quickly
|
# by reading /sys/kernel/debug/dri/0/i915_emon_status too quickly
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
||||||
. $SOURCE_DIR/drm_lib.sh
|
. $SOURCE_DIR/drm_lib.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user