Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Merge remote branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
0c0w3 committed Apr 13, 2011
2 parents 62d2710 + 49363bb commit 8489f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions python-lib/cuddlefish/__init__.py
Expand Up @@ -294,6 +294,8 @@ def test_cfx(env_root, verbose):
os.chdir(env_root)
retval = cuddlefish.tests.run(verbose)
os.chdir(olddir)
# tests write to stderr. flush everything now to avoid confusion later.
sys.stdout.flush(); sys.stderr.flush()
return retval

def test_all_examples(env_root, defaults):
Expand Down
9 changes: 1 addition & 8 deletions python-lib/cuddlefish/app-extension/install.rdf
Expand Up @@ -9,19 +9,12 @@
<em:bootstrap>true</em:bootstrap>
<em:unpack>true</em:unpack>

<!-- Target Application this extension can install into,
with minimum and maximum supported versions. For a list
of valid values, see:
https://addons.mozilla.org/en-US/firefox/pages/appversions
-->

<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0b7</em:minVersion>
<em:maxVersion>4.2a1pre</em:maxVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down

0 comments on commit 8489f02

Please sign in to comment.