Fix tests when lttng-ust is disabled
[lttng-tools.git] / tests / ust / high-throughput / run
index bc30c8399935a4820416c308eb76ab920c5453c0..a97d2756664550795e38a25c6f87210a0725d5ae 100755 (executable)
@@ -28,7 +28,7 @@ echo -e "\n-------------------------------------------"
 echo -e "UST tracer - Testing high events throughput"
 echo -e "-------------------------------------------"
 
-if [ ! -e "$CURDIR/$BIN_NAME" ]; then
+if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        echo -e "No UST nevents binary detected. Passing."
        exit 0
 fi
This page took 0.023042 seconds and 4 git commands to generate.