Bertrand Gouny 9 năm trước cách đây
mục cha
commit
8f765f4406
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/test_helper.bash

+ 1 - 1
test/test_helper.bash

@@ -83,7 +83,7 @@ is_service_running_by_cid() {
 }
 }
 
 
 is_file_exists_by_cid() {
 is_file_exists_by_cid() {
-  docker exec $1 cat "/etc/my_init_startup_files_completed" > /dev/null 2>&1
+  docker exec $1 cat "/container/run/state/startup-done" > /dev/null 2>&1
 }
 }
 
 
 wait_service_by_cid() {
 wait_service_by_cid() {