From b49f69f3e23c9fa1cd30725c5405f552b2aceff8 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Tue, 3 Nov 2009 14:24:03 -0200 Subject: I forgot to change the NEWS file when commiting 249534c041971db5e9f89cb11b6d38d311e91f57, and this commit just adds a line in the NEWS file explaining the commmit above --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 2c7ca4a6..40e22e48 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ * What's new +- Any output line that starts with "ERROR", as in error("foo"), will + promote a "Pass 5: run failed", and the return code is 1. + - Systemtap now warns about global variables being referenced from other script files. This aims to protect against unintended local-vs-global namespace collisions such as: -- cgit