X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftrace_matches;h=ef259bebded2992b23029d55c731dce47541878a;hb=a09dac63957396890b1085cac0fee92ecc5db87a;hp=c2135c1801a5886bdc34308b0a6a456972f5a36b;hpb=1518fa0fad67101416c2def6b1c88ec767e8b5eb;p=ust.git diff --git a/tests/trace_matches b/tests/trace_matches index c2135c1..ef259be 100755 --- a/tests/trace_matches +++ b/tests/trace_matches @@ -50,6 +50,7 @@ if [ -z "$expected_count" ]; then if [ "$cnt" -eq "0" ]; then echo "ERROR" echo "Did not find at least one instance of this event ($cnt)" + exit 1 else echo "Success" exit 0