Ensure that return values for failing unit tests aren't hidden by the

"cd .." step.

svn path=/trunk/kdesupport/qca/; revision=478912
This commit is contained in:
Brad Hards 2005-11-08 11:12:28 +00:00
parent eed60aadac
commit b6b4b13f56

View File

@ -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
}