remove autotests in case they come back

Review URL: http://codereview.chromium.org/2819039
This commit is contained in:
Nick Sanders 2010-07-07 12:42:17 -07:00
parent cfc0c64823
commit 1e53c94ac9

View File

@ -114,6 +114,12 @@ install_autotest() {
sudo mkdir -p "/tmp/autotest" sudo mkdir -p "/tmp/autotest"
sudo rm -rf /tmp/autotest/* sudo rm -rf /tmp/autotest/*
# Remove excess files from stateful partition.
# If these aren't there, that's fine.
sudo rm -rf "${stateful_root}${autotest_client}/*" || true
sudo rm -rf "${stateful_root}/autotest-pkgs" || true
sudo rm -rf "${stateful_root}/lib/icedtea6" || true
sudo cp -fpru ${AUTOTEST_SRC}/client/* \ sudo cp -fpru ${AUTOTEST_SRC}/client/* \
"/tmp/autotest" "/tmp/autotest"
# Remove outrageously large tests. # Remove outrageously large tests.