On Wed, Jun 25, 2014 at 7:31 PM, Matthew Musto <matthew.musto@gmail.com> wrote:
I have been trying to run a regression test against msvc-12 on Windows 8.1
and I am getting the following errors.  In the past, this has run fine.

I run this command from my cmd prompt:
python run.py --runner=Matusi143 --toolsets=msvc-12.0 -tag=master

Everything appears to go fine until...

# Executing GIT command: c:\boost_dev\boost_root> git submodule foreach
""git reset --quiet --hard; git clean -fxd""
Entering 'libs/accumulators'
error: unknown option `hard;'

This is a known problem with that version of git...I am also waiting for a fix.

https://svn.boost.org/trac/boost/ticket/10036

Tom