summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Zander <thomas.zander@trolltech.com>2009-05-12 11:00:58 +0200
committerThomas Zander <thomas.zander@trolltech.com>2009-05-13 12:32:54 +0200
commitc4196381bde593d4a2937d2ccb1c9493994d3b06 (patch)
tree538ae380a225dd2e86f20037ef04dd59eeeda872 /tests
parentcd3f520ba4e29c12eacfcb53d1fa45a10bda719f (diff)
Don't have the 'cb' as thats part of my personal setup.
The script will then only work for srcdir==builddir.
Diffstat (limited to 'tests')
-rw-r--r--tests/README.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.tests b/tests/README.tests
index bfe6161..c3aa125 100644
--- a/tests/README.tests
+++ b/tests/README.tests
@@ -5,7 +5,7 @@ How to run all tests and only show the relevant output:
function qtestitemviews {
(cd $HOME/work/itemview/tests &&
for i in *; do
- (cb && if test -d $i; then
+ (if test -d $i; then
(cd $i && testrunner)
fi)
done