Remove drop_caches code, and add note that the directory is obsolete.

BUG=None
TEST=build_image

Change-Id: I1ddcddac233a7499b7150e5bbea1506c0ceb174a
Reviewed-on: https://gerrit.chromium.org/gerrit/27129
Tested-by: Jon Salz <jsalz@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Ready: Jon Salz <jsalz@chromium.org>
Reviewed-by: Jon Salz <jsalz@chromium.org>
This commit is contained in:
Jon Salz 2012-07-11 11:53:53 +08:00 committed by Gerrit
parent 52c091adc0
commit 3e0769b815
2 changed files with 3 additions and 20 deletions

View File

@ -1,20 +0,0 @@
#!/bin/bash
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
echo "Configure autotest setting."
GLOBAL_CONFIG="${ROOT_FS_DIR}/usr/local/autotest/global_config.ini"
if [ -f "${GLOBAL_CONFIG}" ]; then
echo -e "File ${GLOBAL_CONFIG} already exists."
exit 1
fi
cat >"${GLOBAL_CONFIG}" <<EOF
[CLIENT]
drop_caches: False
drop_caches_between_iterations: False
EOF

View File

@ -0,0 +1,3 @@
Please do not add new files to this directory. Instead, use:
src/third_party/chromiumos-overlay/chromeos-base/factorytest-init/factorytest-init-9999.ebuild