[folks] Send eds server debug output into /dev/null along with regular output. Extend sleep time to 2 second
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Send eds server debug output into /dev/null along with regular output. Extend sleep time to 2 second
- Date: Mon, 16 Jul 2012 16:19:00 +0000 (UTC)
commit ebb44f51171db5f9ee013333f82ba2d0018f23e7
Author: Jeremy Whiting <jpwhiting kde org>
Date: Mon Jul 16 10:16:39 2012 -0600
Send eds server debug output into /dev/null along with regular output.
Extend sleep time to 2 seconds.
tests/tools/eds.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/tools/eds.sh b/tests/tools/eds.sh
index 17bb222..db9d3f8 100644
--- a/tests/tools/eds.sh
+++ b/tests/tools/eds.sh
@@ -24,9 +24,9 @@ eds_init_settings () {
}
eds_start () {
- $libexec/evolution-source-registry > /dev/null &
- $libexec/evolution-addressbook-factory --wait-for-client > /dev/null &
- sleep 1
+ $libexec/evolution-source-registry > /dev/null 2>&1 &
+ $libexec/evolution-addressbook-factory --wait-for-client > /dev/null 2>&1 &
+ sleep 2
}
# This should be called on INT TERM and EXIT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]