summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-05-13 13:21:27 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-05-13 13:21:27 +0200
commitac4c96a9fe9cc201dd4a11d3e05c0b28875678e8 (patch)
tree84f8730aa0bfb3332bde3e4650b4e841ea344168 /tests
parenteb26121a281f012f32a2d1eddf67d43fd876ae59 (diff)
parentc4196381bde593d4a2937d2ccb1c9493994d3b06 (diff)
Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ng
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