Skip to content

Commit

Permalink
Merge pull request #216 from nbuckwalt/fix-startup-echo
Browse files Browse the repository at this point in the history
While this doesn't really fix the issue as it doesn't print to the console, it at least puts something similar in the Contrast log file.
  • Loading branch information
davewichers committed Jul 4, 2024
2 parents d6a3e01 + 7a55ae8 commit 5f070a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Contrast/runBenchmark_wContrast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
echo
echo "Starting Benchmark application server with Contrast agent"
echo " 1. Verify that the output shows \"Starting JVM\"."
echo " 2. If the output contains \"Continuing without Contrast...\" the credentials in contrast.yaml are most likely incorrect or missing."
echo " 2. If the output contains \"Contrast not enabled. Check log for details -\" the credentials in contrast.yaml are most likely incorrect or missing."
echo " 3. Once the Benchmark server is fully started, open another terminal window and run the runCrawler.sh script from the Benchmark root directory."
echo " 4. When the crawler finishes (takes a minute or two), hit CTRL+C in this window to stop the server and write the Contrast results to the /results folder."
echo
Expand Down

0 comments on commit 5f070a6

Please sign in to comment.