Skip to content

Commit

Permalink
Add Math/CNTKMathTest/MatrixUnitTests to Tests/UnitTests/MathTests/Ma…
Browse files Browse the repository at this point in the history
…thTests

cleanup files in Math/CNTKMathTest/CNTKMathTest and Tests/UnitTests/MathTests/MathTests

minor change in Scripts/run_boost_unit_tests to log only error
  • Loading branch information
wolfma61 committed Nov 18, 2015
1 parent 10e7f42 commit c00a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/run_boost_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def runBoostUnitTests(testDir, outputDir):
if test.lower().endswith(".exe"):
outputFile = os.path.join(outputDir, test + ".xml")
print "Running test executable %s with result in %s" % (test, outputFile)
subprocess.check_call([os.path.join(testDir, test), "--log_format=XML", "--log_sink=%s" % outputFile, "--log_level=all", "--report_level=no"])
subprocess.check_call([os.path.join(testDir, test), "--log_format=XML", "--log_sink=%s" % outputFile, "--log_level=error", "--report_level=no"])

if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Runs all boost unit tests in the directory")
Expand Down

0 comments on commit c00a177

Please sign in to comment.