[Devel] [PATCH 4/4] cr_tests/ptree1: remove gratuitous sleeps
Nathan Lynch
ntl at pobox.com
Fri Feb 26 11:51:54 PST 2010
These 1-second sleeps don't accomplish anything.
Signed-off-by: Nathan Lynch <ntl at pobox.com>
---
process-tree/run-ptree1.sh | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/process-tree/run-ptree1.sh b/process-tree/run-ptree1.sh
index ed7ce9e..592d2d8 100755
--- a/process-tree/run-ptree1.sh
+++ b/process-tree/run-ptree1.sh
@@ -87,8 +87,6 @@ function restart_container
cmdline="$RESTART --pids --pidns --wait"
$ECHO "\t- $cmdline"
- sleep 1
-
$cmdline < $CHECKPOINT_FILE >> $SCRIPT_LOG 2>&1 &
}
@@ -178,8 +176,6 @@ while [ $cnt -lt 15 ]; do
create_fs_snapshot
- sleep 1;
-
checkpoint $pid
touch $CHECKPOINT_DONE
--
1.6.0.6
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list