[orca] Use --forcequit rather than --quit to eliminate hangs when running the regression tests with AT-SPI2



commit 50323592e601ea7676d1d812c6f3807cc8261647
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Tue Jul 27 09:34:54 2010 -0400

    Use --forcequit rather than --quit to eliminate hangs when running the regression tests with AT-SPI2

 test/harness/runone.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/harness/runone.sh b/test/harness/runone.sh
index 5c4d8c1..00943a2 100755
--- a/test/harness/runone.sh
+++ b/test/harness/runone.sh
@@ -165,7 +165,7 @@ if [ $orcaRunning -eq 0 ]
 then
     # Terminate Orca
     #echo terminating Orca
-    orca --quit > /dev/null 2>&1
+    orca --forcequit > /dev/null 2>&1
 fi
 
 # Terminate the running application



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]