summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-04-02 07:32:20 -0700
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-06 16:28:12 +0200
commit065fdcd34382a8bd4537a0f70c9a8b90c67d1bef (patch)
tree8569736bb89bf9feb52383df702b9cecb9c58f9a
parent4fd433482156b9941855c6dcc13d31a52415506c (diff)
D-Bus testing: start EDS also for testpim.py
Manually start EDS also when testing with testpim.py, to see the output of the factory processes and allow running them from places where the D-Bus daemon would not find them.
-rwxr-xr-xtest/dbus-session.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dbus-session.sh b/test/dbus-session.sh
index 76c522b5..a753b708 100755
--- a/test/dbus-session.sh
+++ b/test/dbus-session.sh
@@ -39,7 +39,7 @@ trap atexit EXIT
E_CAL_PID=
E_BOOK_PID=
case "$@" in *valgrind*) prefix=`echo $@ | perl -p -e 's;.*?(\S*/?valgrind\S*).*;$1;'`;;
- *setup-syncevolution.sh*|*syncevolution\ *|*client-test\ *|*bash*|*test-dbus.py\ *|*gdb\ *) prefix=env;;
+ *setup-syncevolution.sh*|*syncevolution\ *|*client-test\ *|*bash*|*testpim.py\ *|*test-dbus.py\ *|*gdb\ *) prefix=env;;
*) prefix=;; # don't start EDS
esac
akonadi=$prefix