Skip to content

Commit

Permalink
fix unit test test name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Feb 1, 2023
1 parent 28ebca7 commit 968a543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/script/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ run_unit_tests() {
TEST="$1" TESTOPTS="$test_opts_result" unit_command;
elif [[ -n "$1" && "$1" =~ ^test_ ]]; then
# echo "running name"
set_test_opts $2
set_test_opts $1
TESTOPTS="$test_opts_result" unit_command;
elif [[ -n "$1" ]]; then
# echo "running file"
Expand Down

0 comments on commit 968a543

Please sign in to comment.