Skip to content

Commit

Permalink
Fix predict integration tests by removing old flag (#157)
Browse files Browse the repository at this point in the history
Updated to test newer behavior. Tested by running script against a local-
built binary.
  • Loading branch information
michaelmdresser committed Jul 6, 2023
1 parent 88dc6f0 commit 703f25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $binary namespace --window 5d
# https://stackoverflow.com/questions/59895/how-do-i-get-the-directory-where-a-bash-script-is-located-from-within-the-script
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
$binary predict -f "${SCRIPT_DIR}/multi.yaml"
$binary predict --show-cost-per-resource-hr -f "${SCRIPT_DIR}/multi.yaml"
$binary predict --no-diff --show-cost-per-resource-hr -f "${SCRIPT_DIR}/multi.yaml"
$binary predict --no-usage -f "${SCRIPT_DIR}/multi.yaml"
$binary predict --hide-diff --show-total -f "${SCRIPT_DIR}/multi.yaml"

# Show how much each namespace cost over the past 5 days
# with additional CPU and memory cost and without efficiency.
Expand Down

0 comments on commit 703f25c

Please sign in to comment.