Skip to content

Commit

Permalink
Fix typo in directory change commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Nov 5, 2018
1 parent 8b56437 commit 1114dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Contrast/runBenchmark_wContrast.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ IF EXIST .\contrast.jar (
ECHO ""
)

CWD ..\..
CD ..\..

CALL mvn clean package cargo:run -Pdeploywcontrast

ECHO Copying Contrast reports to results directory

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
Expand Down

0 comments on commit 1114dfe

Please sign in to comment.