summaryrefslogtreecommitdiff
path: root/0035-2276-bugfix-for-integration_check.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to '0035-2276-bugfix-for-integration_check.sh.patch')
-rw-r--r--0035-2276-bugfix-for-integration_check.sh.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0035-2276-bugfix-for-integration_check.sh.patch b/0035-2276-bugfix-for-integration_check.sh.patch
new file mode 100644
index 0000000..c870e52
--- /dev/null
+++ b/0035-2276-bugfix-for-integration_check.sh.patch
@@ -0,0 +1,26 @@
+From a2c565705f80f787e50ffc15db38ba367f517eb2 Mon Sep 17 00:00:00 2001
+From: zhongtao <zhongtao17@huawei.com>
+Date: Sat, 25 Nov 2023 03:34:50 +0000
+Subject: [PATCH 35/64] !2276 bugfix for integration_check.sh * bugfix for
+ integration_check.sh
+
+---
+ CI/test_cases/image_cases/integration_check.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CI/test_cases/image_cases/integration_check.sh b/CI/test_cases/image_cases/integration_check.sh
+index e43369e3..6ec3ab52 100755
+--- a/CI/test_cases/image_cases/integration_check.sh
++++ b/CI/test_cases/image_cases/integration_check.sh
+@@ -65,7 +65,7 @@ function test_image_info()
+ echo "xxx:11" >> ${change_file}
+
+ sed -i 's#image-layer-check": false#image-layer-check": true#g' /etc/isulad/daemon.json
+- pkill -9 isulad
++ kill -9 $(pidof isulad)
+ start_isulad_with_valgrind
+
+ isula ps -a | grep ${cid}
+--
+2.42.0
+