From b6b4b13f564676c9e5ab646d97cf051c038902ef Mon Sep 17 00:00:00 2001 From: Brad Hards <bradh@frogmouth.net> Date: Tue, 8 Nov 2005 11:12:28 +0000 Subject: [PATCH] Ensure that return values for failing unit tests aren't hidden by the "cd .." step. svn path=/trunk/kdesupport/qca/; revision=478912 --- qca.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qca.pro b/qca.pro index 72dc583f..29c1ae33 100644 --- a/qca.pro +++ b/qca.pro @@ -15,6 +15,6 @@ unix:{ QMAKE_EXTRA_TARGETS += apidox # unittest - check.commands += cd unittest; make check; cd .. + check.commands += cd unittest && make check && cd .. QMAKE_EXTRA_TARGETS += check }