http://codereview.appspot.com/96198/diff/3006/4018 File tools/myvn (right): http://codereview.appspot.com/96198/diff/3006/4018#newcode115 Line 115: runAntTests "$@" && "$svn" commit -F <("$tools_dir/appspot.py" show) On 2009/08/26 00:33:22, MikeSamuel wrote:
if [ -d /Applications/Firefox ]; then ... fi
That would be nice ... let me think this through: It turns out that I maintain multiple versions of FF, like 3.x, 3.5, 3.5.1, etc. all together. So I rename each FF as I install it. That said, there is nothing wrong with maintaining (or symlinking, if that would work on the Mac) a default /Applications/Firefox, which would be picked up by the tests. So -> good point, let me play around with this and see. http://codereview.appspot.com/96198
