Skip to content

Commit

Permalink
make sure we get the logs for dotnet-test-app not java-test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 28, 2023
1 parent 83b4b44 commit 2b4ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotnet/agent_has_started.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#initial 10 second delay for restricted CPUs making agent slow starting
sleep 10
START_MESSAGE=`kubectl logs java-test-app | grep 'Application Started. Press Ctrl+C'`
START_MESSAGE=`kubectl logs dotnet-test-app | grep 'Application Started. Press Ctrl+C'`
if [ "x$START_MESSAGE" = "x" ]
then
exit 1
Expand Down

0 comments on commit 2b4ccf3

Please sign in to comment.