On Wed, May 28, 2014 at 9:15 PM, Tom Kent <lists@teeks99.com> wrote:
I'm trying to setup a new regression test runner on a windows (virtual) machine.

It appears the regression.py script is having a problem with
git submodule foreach
 ""git reset --quiet --hard; git clean -fxd""
Entering 'libs/accumulators'
error: unknown option `hard;'

That's a line of code added by Noel May 14th. Looks like the semi-colon after "hard" is causing problems.

Noel?

--Beman