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

Commit

Permalink
Pass "-s" to buildout. For older versions of buildout, this prevents
Browse files Browse the repository at this point in the history
warning of broken python -S option.
  • Loading branch information
prsephton committed Sep 6, 2017
1 parent b2645ae commit c49f5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ first:

>>> cd(package_dir)
>>> cmd = os.path.join(bin_dir, 'buildout')
>>> output = read_sh(cmd)
>>> output = read_sh(cmd, opts=['-s'])
>>> print output
Develop: ...
Updating app.
Expand Down

0 comments on commit c49f5e2

Please sign in to comment.