Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
merge default -> production
Browse files Browse the repository at this point in the history
--HG--
branch : production
  • Loading branch information
escapewindow committed Feb 21, 2013
2 parents 0b0ac27 + 9bb0e3d commit 319105c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .hgtags
Expand Up @@ -938,3 +938,6 @@ ab733e7bb3d6e0caff78a00dc8d60c94cc3f054b FIREFOX_19_0b6_BUILD1
428c474cc43e960adc87026ea9d5b5cce11d01d1 FENNEC_20_0b1_BUILD1
428c474cc43e960adc87026ea9d5b5cce11d01d1 FIREFOX_20_0b1_RELEASE
428c474cc43e960adc87026ea9d5b5cce11d01d1 FIREFOX_20_0b1_BUILD1
428c474cc43e960adc87026ea9d5b5cce11d01d1 FIREFOX_20_0b1_RELEASE
eea1e79ce523555db9695f22977f568fac1a0770 FIREFOX_20_0b1_RELEASE
eea1e79ce523555db9695f22977f568fac1a0770 FIREFOX_20_0b1_BUILD2
2 changes: 1 addition & 1 deletion scripts/desktop_unittest.py
Expand Up @@ -314,7 +314,7 @@ def _run_category_suites(self, suite_category, preflight_run_method=None):
if suites:
self.info('#### Running %s suites' % suite_category)
for suite in suites:
cmd = abs_base_cmd
cmd = abs_base_cmd[:]
replace_dict = {
'abs_app_dir': abs_app_dir,
}
Expand Down

0 comments on commit 319105c

Please sign in to comment.