From 1114dfe8066c30ffa1965afdb20989dcce260ef9 Mon Sep 17 00:00:00 2001 From: Dave Wichers Date: Mon, 5 Nov 2018 12:00:03 -0500 Subject: [PATCH] Fix typo in directory change commands. --- tools/Contrast/runBenchmark_wContrast.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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