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

Unified Diff: mod_for_factory_scripts/200patchInitScript

Issue 6529046: crosutils: let factory test uses its own results folder (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 9 years, 10 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_for_factory_scripts/200patchInitScript
diff --git a/mod_for_factory_scripts/200patchInitScript b/mod_for_factory_scripts/200patchInitScript
index 0244f74533bea90e03192e25c7df959fed12b659..5273054599936d7477cedceb89552bb7ee17b6cd 100755
--- a/mod_for_factory_scripts/200patchInitScript
+++ b/mod_for_factory_scripts/200patchInitScript
@@ -43,9 +43,9 @@ date >>/var/log/factory.log
if [ ! -e factory_started ]; then
touch factory_started
cp -f site_tests/suite_Factory/control .
- ./bin/autotest control >>/var/log/factory.log 2>&1
+ ./bin/autotest -t factory control >>/var/log/factory.log 2>&1
else
- ./tools/autotest >>/var/log/factory.log 2>&1
+ ./bin/autotest -t factory -c control >>/var/log/factory.log 2>&1
fi
end script
EOF
« 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