[PATCH 07/10] cr_tests: eventfd: run.sh: Remove checkpoint-ready

Matt Helsley matthltc at us.ibm.com
Mon Mar 15 16:01:03 PDT 2010


Leaving this file would cause premature checkpoint of the next iteration.

Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
 eventfd/run.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/eventfd/run.sh b/eventfd/run.sh
index ada9920..910305f 100755
--- a/eventfd/run.sh
+++ b/eventfd/run.sh
@@ -76,6 +76,7 @@ for (( CURTEST = 0; CURTEST < NUMTESTS; CURTEST = CURTEST + 1 )); do
 		err_msg="BROK"
 
 		# Reset for the next iteration
+		rm "./checkpoint-ready"
 		touch "./checkpoint-done"
 		thaw
 		trap 'do_err; break 2' ERR EXIT
-- 
1.6.3.3



More information about the Containers mailing list