Skip to content

Commit

Permalink
Adding a command to dump a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Mar 13, 2024
1 parent 22f45d5 commit d20931c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ else
echo "Installing enterprise splunk image from ${SPLUNK_ENTERPRISE_IMAGE_GRAVITON}..."
make deploy IMAGE_TAG_BASE=docker.io/splunk/splunk-operator IMG=${PRIVATE_SPLUNK_OPERATOR_IMAGE} SPLUNK_ENTERPRISE_IMAGE=${PRIVATE_SPLUNK_ENTERPRISE_IMAGE} WATCH_NAMESPACE=""
sleep 30; kubectl describe pod -n splunk-operator
sleep 15; echo ${SPLUNK_ENTERPRISE_IMAGE_GRAVITON} > ~/tmp_aj; cat ~/tmp_aj;
fi

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d20931c

Please sign in to comment.