Signed-off-by: Wang Yong <wangyong0117(a)qq.com>
---
tests/build-pkg | 8 ++++----
tests/cci-depends | 11 +++++++----
tests/cci-makepkg | 11 +++++++----
3 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/tests/build-pkg b/tests/build-pkg
index 98341e7ac..48c738f52 100755
--- a/tests/build-pkg
+++ b/tests/build-pkg
@@ -9,10 +9,10 @@
# We'll use the below global env vars, but not treat them as parameter to avoid
# duplicates in result path like /openeuler-20.03-aarch64/openeuler-aarch64-cifs-2003/
-# - os
-# - os_arch
-# - os_version
-# - os_mount
+# os
+# os_arch
+# os_version
+# os_mount
## makepkg is a script that automates the building of packages; it can download and validate source files,
## check dependencies, configure build-time settings, compile the sources, install into a temporary root,
diff --git a/tests/cci-depends b/tests/cci-depends
index 8baf023f3..487121454 100755
--- a/tests/cci-depends
+++ b/tests/cci-depends
@@ -1,9 +1,12 @@
#!/bin/bash
# - benchmark
-# - os_mount
-# - os
-# - os_arch
-# - os_version
+
+# We'll use the below global env vars, but not treat them as parameter to avoid
+# duplicates in result path like /openeuler-20.03-aarch64/openeuler-aarch64-cifs-2003/
+# os
+# os_arch
+# os_version
+# os_mount
. $LKP_SRC/lib/debug.sh
. $LKP_SRC/lib/misc-base.sh
diff --git a/tests/cci-makepkg b/tests/cci-makepkg
index e737955b9..4f5f4c2f2 100755
--- a/tests/cci-makepkg
+++ b/tests/cci-makepkg
@@ -1,9 +1,12 @@
#!/bin/bash
# - benchmark
-# - os_mount
-# - os
-# - os_arch
-# - os_version
+
+# We'll use the below global env vars, but not treat them as parameter to avoid
+# duplicates in result path like /openeuler-20.03-aarch64/openeuler-aarch64-cifs-2003/
+# os
+# os_arch
+# os_version
+# os_mount
## makepkg is a script that automates the building of packages; it can download and validate source files,
## check dependencies, configure build-time settings, compile the sources, install into a temporary root,
--
2.23.0