Skip to content

Commit

Permalink
Use the correct gtest filter (#5824)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed May 22, 2023
1 parent 4f487a0 commit 43a27a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_grpc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ for i in \
fi

set +e
$CC_UNIT_TEST --gtest_filter=HTTP*$i >> ${CLIENT_LOG}.$i 2>&1
$CC_UNIT_TEST --gtest_filter=GRPC*$i >> ${CLIENT_LOG}.$i 2>&1
if [ $? -ne 0 ]; then
cat ${CLIENT_LOG}.$i
RET=1
Expand Down

0 comments on commit 43a27a3

Please sign in to comment.