aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-12-12 11:40:00 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-12-12 11:40:00 -0600
commitcc7193d8ddb86c4ed7d16086f8ee968ae4bae87f (patch)
tree3ac4182ebcff7fd598d996bb32197902eff426e9 /test.sh
parent99977a2b045be70e41f384332059d86d21dc0c14 (diff)
cbuild2.sh: All error exit paths should use build_failure().
Change-Id: I95c8ebca58049b86fa9d4390bb1cdfd81e74a6f5
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index eb05e1bb..c28a2367 100755
--- a/test.sh
+++ b/test.sh
@@ -159,7 +159,6 @@ test_pass()
# Continue to search for error so we don't get false positives.
out="`./cbuild2.sh ${cb_commands} 2>&1 | grep "${match}" | sed -e 's:\(^ERROR\).*\('"${match}"'\).*:\1 \2:'`"
-
cbtest ${testlineno} "${out}" "${match}" "VALID ${cb_commands}"
}