Skip to content

Commit

Permalink
revert: revert backc run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jul 18, 2024
1 parent f8c1133 commit 5619627
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ NODE_VER=20
MONGO_VER=""
CI_STEP_NAME="Run tests"
CODE_COVERAGE=false
while getopts "m:n:cr:" option; do
while getopts "n:cr:" option; do
case $option in
m) # defines mongo version
MONGO_VER=$OPTARG
;;
n) # defines node version
NODE_VER=$OPTARG
;;
Expand Down

0 comments on commit 5619627

Please sign in to comment.