Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
f1dc751876e115a65e49e7fd016e52136572e6d5
/
.
/
tools
/
testing
/
selftests
/
lib
/
printf.sh
blob: 4fdc70fe6980273f6058b27c6337dcaf187d47cf [
file
] [
log
] [
blame
]
#!/bin/sh
# Runs printf infrastructure using test_printf kernel module
if
/
sbin
/
modprobe
-
q test_printf
;
then
/
sbin
/
modprobe
-
q
-
r test_printf
echo
"printf: ok"
else
echo
"printf: [FAIL]"
exit
1
fi