| Index: src/scripts/mod_for_factory_scripts/400configAutotest
|
| diff --git a/src/scripts/mod_for_factory_scripts/400configAutotest b/src/scripts/mod_for_factory_scripts/400configAutotest
|
| index b702bc07410d86371355faeb88506197c60ae8b6..50187528b18e12ad8510547a09e985fef17b7cc7 100755
|
| --- a/src/scripts/mod_for_factory_scripts/400configAutotest
|
| +++ b/src/scripts/mod_for_factory_scripts/400configAutotest
|
| @@ -13,6 +13,13 @@ if [ -f "${GLOBAL_CONFIG}" ]; then
|
| exit 1
|
| fi
|
|
|
| +AUTOTEST_DIR="${ROOT_FS_DIR}/usr/local/autotest/"
|
| +
|
| +chmod +x factory_ui
|
| +cp "factory_ui" "${AUTOTEST_DIR}"
|
| +chmod +x factory_startx.sh
|
| +cp "factory_startx.sh" "${AUTOTEST_DIR}"
|
| +
|
| cat > "${GLOBAL_CONFIG}" <<EOF
|
| [CLIENT]
|
| drop_caches: False
|
|
|