Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
igt-gpu-tools
/
b6ee8ccffe58a9d604ac0d593b4c6147d62f2898
/
.
/
tests
/
test_rte_check
blob: 6389592dba9e1c3b298c34e84075ae34db6409e5 [
file
] [
log
] [
blame
]
#!/bin/bash
whoami
|
grep root
||
(
echo ERROR
:
not running as root
;
exit
1
)
SOURCE_DIR
=
"$( dirname "
$
{
BASH_SOURCE
[
0
]}
" )"
.
$SOURCE_DIR
/
drm_lib
.
sh
exit
0