mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
remove autotests in case they come back
Review URL: http://codereview.chromium.org/2819039
This commit is contained in:
parent
cfc0c64823
commit
1e53c94ac9
@ -114,6 +114,12 @@ install_autotest() {
|
||||
sudo mkdir -p "/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/* \
|
||||
"/tmp/autotest"
|
||||
# Remove outrageously large tests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user