5 tests
=( $DIR/health_thread_exit
$DIR/health_thread_stall
$DIR/health_tp_fail
)
8 function start_tests
()
10 for bin
in ${tests[@]};
12 if [ ! -e $bin ]; then
13 echo -e "$bin not found, passing"
18 # Test must return 0 to pass.
26 if [ "$(id -u)" != "0" ]; then
27 echo -e "Need root for health test."
This page took 0.031529 seconds and 4 git commands to generate.