Skip to content

Commit

Permalink
fix(ci): fix syntax error
Browse files Browse the repository at this point in the history
- `/workspace/python-sensor/.tekton/run_unittests.sh: line 50: syntax error near unexpected token ')'`

Signed-off-by: Varsha GS <varsha.gs@ibm.com>
  • Loading branch information
Varsha GS authored and GSVarsha committed Oct 4, 2024
1 parent 918dde4 commit f2458c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/run_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ googlecloud)
export GOOGLE_CLOUD_TEST='true' ;;
aws)
export REQUIREMENTS='requirements-312.txt'
export TESTS=('tests_aws')
export TESTS=('tests_aws') ;;
*)
echo "ERROR \$TEST_CONFIGURATION='${TEST_CONFIGURATION}' is unsupported " \
"not in (default|cassandra|couchbase|gevent_starlette|googlecloud)" >&2
Expand Down

0 comments on commit f2458c0

Please sign in to comment.