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

Unified Diff: tools/bots/functional_testing.py

Issue 423483002: Fix merge problems in r38573, a cleanup of build scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/functional_testing.py
diff --git a/tools/bots/functional_testing.py b/tools/bots/functional_testing.py
index 80756f65005ae8c1e153c56fcbb069e932b35a64..327281fe3035099e51fb9f287888a442f3c78816 100644
--- a/tools/bots/functional_testing.py
+++ b/tools/bots/functional_testing.py
@@ -78,7 +78,7 @@ def FTMaster(config):
return
else:
builddir = os.path.join(bot_utils.DART_DIR,
- utils.GetBuildDir(HOST_OS, HOST_OS),
+ utils.GetBuildDir(HOST_OS),
'functional_testing')
shutil.rmtree(builddir, ignore_errors=True)
os.makedirs(builddir)
@@ -90,6 +90,6 @@ def FTSteps(config):
FTMaster(config)
else:
FTSlave(config)
-
+
if __name__ == '__main__':
bot.RunBot(SrcConfig, FTSteps, build_step=None)
« no previous file with comments | « no previous file | tools/bots/linux_distribution_support.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698