kszbcss / xspec

Private backup of the xspec project at google code, as google code is going to disappear.
MIT License
1 stars 0 forks source link

Error in variable declaration in xspec.bat #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On line 35 of xspec.bat a "%" is missing for the variable TEST_DIR:

SET COVERAGE_HTML="%TEST_DIR\%TARGET_FILE_NAME%-coverage.html"

It should ofcourse be:

SET COVERAGE_HTML="%TEST_DIR%\%TARGET_FILE_NAME%-coverage.html"

Original issue reported on code.google.com by per.to...@gmail.com on 7 Oct 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Good catch, thanks!  It is fixed now.  Sorry for the delay in responding, if 
you want to speed up things make sure to drop an email to the list when (or 
even before) you create an issue in the manager.

Original comment by fgeorges on 26 Sep 2011 at 3:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r222.

Original comment by fgeorges on 26 Sep 2011 at 3:44