X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftrace_matches;h=ef259bebded2992b23029d55c731dce47541878a;hb=4bb5ec9b863c8804d9e244ad9a33acaf8036dcb9;hp=c2135c1801a5886bdc34308b0a6a456972f5a36b;hpb=750f9da42a4d6e09b068ca959977707b20c98f36;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