diff --git a/tools/Contrast/runBenchmark_wContrast.bat b/tools/Contrast/runBenchmark_wContrast.bat index b11e666f2c..f4ebda2a35 100644 --- a/tools/Contrast/runBenchmark_wContrast.bat +++ b/tools/Contrast/runBenchmark_wContrast.bat @@ -12,7 +12,7 @@ IF EXIST .\contrast.jar ( ECHO "" ) - CWD ..\.. + CD ..\.. CALL mvn clean package cargo:run -Pdeploywcontrast @@ -20,7 +20,7 @@ IF EXIST .\contrast.jar ( COPY tools\Contrast\working\contrast.log results\Benchmark_1.2-Contrast.log - CWD tools\Contrast + CD tools\Contrast ) ELSE ( ECHO Contrast is a commercial product, so you need a licensed version of Contrast in order to run it on the Benchmark. If you have access to Contrast, download the Contrast Agent for Java (contrast.jar^) from the Team Server and put it into the /tools/Contrast folder, and then rerun this script. If you don't have access to Contrast, you can likely use the free Contrast Community Edition on Benchmark. See: https://www.contrastsecurity.com/community-edition-lp