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

Unified Diff: mod_for_factory_scripts/400configAutotest

Issue 5168001: cros_utils: refine factory and imaging related scripts (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: merge with latest changes Created 10 years, 1 month 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 | « mk_memento_images.sh ('k') | mod_for_factory_scripts/factory_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_factory_scripts/400configAutotest
diff --git a/mod_for_factory_scripts/400configAutotest b/mod_for_factory_scripts/400configAutotest
index f642e38729300393cbd7f747fc70c3388fc7bf69..74261a5512ec34c5e2462dba8a450ede778a082b 100755
--- a/mod_for_factory_scripts/400configAutotest
+++ b/mod_for_factory_scripts/400configAutotest
@@ -13,7 +13,7 @@ if [ -f "${GLOBAL_CONFIG}" ]; then
exit 1
fi
-cat > "${GLOBAL_CONFIG}" <<EOF
+cat >"${GLOBAL_CONFIG}" <<EOF
[CLIENT]
drop_caches: False
drop_caches_between_iterations: False
« no previous file with comments | « mk_memento_images.sh ('k') | mod_for_factory_scripts/factory_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698