Revision: 87f285d05604
Author: Jean Deruelle <[email protected]>
Date: Wed Aug 29 08:29:22 2012
Log: fixing wrong value for test checking
http://code.google.com/p/sipservlets/source/detail?r=87f285d05604
Modified:
/sip-servlets-test-suite/sipp-scenarios/clustering/auto-kill-process-tree.sh
=======================================
---
/sip-servlets-test-suite/sipp-scenarios/clustering/auto-kill-process-tree.sh
Wed Aug 29 06:20:53 2012
+++
/sip-servlets-test-suite/sipp-scenarios/clustering/auto-kill-process-tree.sh
Wed Aug 29 08:29:22 2012
@@ -14,7 +14,7 @@
export killed="yes"
done
-if [ "yes" = $killed ]; then
+if [ "no" = $killed ]; then
echo "The app server is not dead? We will sleep. We must raise error
here, because this server should have been dead."
sleep 1
fi