X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2Flow-throughput%2Frun;h=3f2d1b72cfb8fe2b7f3ef1b1dfd53233e575e42b;hp=8beaf60a5413a4a3f3ae133bdba9f06065e772bf;hb=8acbe07dff3442a327b08e1398fadfde3ace77c3;hpb=4d5b973e8e468bf99fc9229b9b7a67bfdfe09924 diff --git a/tests/ust/low-throughput/run b/tests/ust/low-throughput/run index 8beaf60a5..3f2d1b72c 100755 --- a/tests/ust/low-throughput/run +++ b/tests/ust/low-throughput/run @@ -27,7 +27,7 @@ echo -e "\n-------------------------------------------" echo -e "UST tracer - Testing low 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