Skip to content

Commit

Permalink
remove flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjpayne committed Nov 12, 2024
1 parent 3f4f445 commit b03a0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .project_automation/functional_tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ run_test() {
unset AWS_DEFAULT_REGION
if [ -z "$1" ]; then
echo "Running e2e test: ALL"
taskcat test run -n
taskcat test run
# .project_automation/functional_tests/scoutsuite/scoutsuite.sh
else
echo "Running e2e test: $1"
taskcat test run -n -t $1
taskcat test run -t $1
# .project_automation/functional_tests/scoutsuite/scoutsuite.sh
fi
}
Expand Down

0 comments on commit b03a0d9

Please sign in to comment.