Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: mod_image_for_test.sh

Issue 2819039: remove autotests in case they come back (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_test.sh
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
index 650a0d5bee67925237cbcadaa974534aa2706363..1ea312126b2f2e8f77595265f599e7648907bd9c 100755
--- a/mod_image_for_test.sh
+++ b/mod_image_for_test.sh
@@ -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
ericli 2010/07/03 02:04:47 why icetea6 here? otherwise LGTM.
Nick Sanders 2010/07/04 01:37:54 From factory perspective, it's 150+MB of useless s
+
sudo cp -fpru ${AUTOTEST_SRC}/client/* \
"/tmp/autotest"
# Remove outrageously large tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698