Skip to content

Commit

Permalink
Update happypath-test.sh for technical-addon release v0.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong authored Mar 5, 2025
1 parent e8b714c commit 9af98fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fi
# For release, ensure version is as expected. TODO move this to another test and compare against tag
actual_version="$(grep "Version" "$TEST_FOLDER/splunk/otel.log" | head -1 | awk -F 'Version": "' '{print $2}' | awk -F '", "' '{print $1}')"
echo "actual version: $actual_version"
[[ "$actual_version" != "v0.118.0" ]] && echo "Test failed -- invalid version" && exit 1
[[ "$actual_version" != "v0.120.0" ]] && echo "Test failed -- invalid version" && exit 1

# clean up orca container
splunk_orca --cloud ${ORCA_CLOUD} destroy "${deployment_id}"
Expand Down

0 comments on commit 9af98fc

Please sign in to comment.