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

Unified Diff: scripts/slave/chromium/archive_build_unittest.py

Issue 7306001: Revert "Linux: Remove some references to the sconsbuild directory." (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/build
Patch Set: Created 9 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 | scripts/slave/chromium/dom_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/chromium/archive_build_unittest.py
diff --git a/scripts/slave/chromium/archive_build_unittest.py b/scripts/slave/chromium/archive_build_unittest.py
index 035984d75815f8786dbbcc3812f5a473e6a212c3..a547ddd13096ead04e32e85b2ae749bc56ba4ca6 100644
--- a/scripts/slave/chromium/archive_build_unittest.py
+++ b/scripts/slave/chromium/archive_build_unittest.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -107,7 +107,7 @@ class ArchiveTest(unittest.TestCase):
if chromium_utils.IsWindows():
self.build_dir = os.path.join(self.temp_dir, 'build')
elif chromium_utils.IsLinux():
- self.build_dir = os.path.join(self.temp_dir, 'out')
+ self.build_dir = os.path.join(self.temp_dir, 'sconsbuild')
elif chromium_utils.IsMac():
self.build_dir = os.path.join(self.temp_dir, 'xcodebuild')
else:
« no previous file with comments | « no previous file | scripts/slave/chromium/dom_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698