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

Unified Diff: client/bin/autotest

Issue 1317002: Continue to refactor autoserv to build client test at run time. (Closed)
Patch Set: path 18 Created 10 years, 9 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 | client/bin/base_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/autotest
diff --git a/client/bin/autotest b/client/bin/autotest
index 5cebebed82a200acd3f86c7c15d6cc6edbd2d14c..d52f88d527fc4d3a861108bd5cefd03f097ee0f4 100755
--- a/client/bin/autotest
+++ b/client/bin/autotest
@@ -15,9 +15,6 @@ from autotest_lib.client.common_lib import global_config
autodirbin = os.path.dirname(os.path.realpath(sys.argv[0]))
autodir = os.path.dirname(autodirbin)
-##print 'AUTODIRBIN: ' + autodirbin
-##print 'AUTODIR: ' + autodir
-
sys.path.insert(0, autodirbin)
os.environ['AUTODIR'] = autodir
« no previous file with comments | « no previous file | client/bin/base_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698