Skip to content

Commit 20941b9

Browse files
committed
script fix
1 parent d005cb8 commit 20941b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -d "$TEST_DIR" ]; then
1616
# Run tests with the reqwest-client feature
1717
echo
1818
echo ####
19-
echo Integration Tests: Reqwest Client (Disabled now)
19+
echo "Integration Tests: Reqwest Client (Disabled now)"
2020
echo ####
2121
echo
2222
# TODO: reqwest client is not supported with thread based processor and reader. Enable this test once it is supported.
@@ -33,7 +33,7 @@ if [ -d "$TEST_DIR" ]; then
3333
# Run tests with the hyper-client feature
3434
echo
3535
echo ####
36-
echo Integration Tests: Hyper Client (Disabled now)
36+
echo "Integration Tests: Hyper Client (Disabled now)
3737
echo ####
3838
echo
3939
# TODO: hyper client is not supported with thread based processor and reader. Enable this test once it is supported.

0 commit comments

Comments
 (0)