Skip to content

Commit 43f4bd3

Browse files
committed
uncommented all tests
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
1 parent 1ac61a1 commit 43f4bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/run-all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fi
147147

148148
# Cli shell tests
149149
if [[ $TESTS_TO_RUN =~ "all" || $TESTS_TO_RUN =~ "cli" ]]; then
150-
CLI_SHELL_TESTS=$(find integration_tests/cli -type f -name 'model*.sh' -not -name "common.sh")
150+
CLI_SHELL_TESTS=$(find integration_tests/cli -type f -name '*.sh' -not -name "common.sh")
151151

152152
for CLI_SHELL_TEST in ${CLI_SHELL_TESTS}; do
153153
init_pool
@@ -191,7 +191,7 @@ fi
191191

192192
# Go rest tests
193193
if [[ $TESTS_TO_RUN =~ "all" || $TESTS_TO_RUN =~ "rest" ]]; then
194-
GO_REST_TESTS="$(find integration_tests/grpc_rest/model -type f -name '*_test.go')"
194+
GO_REST_TESTS="$(find integration_tests/grpc_rest -type f -name '*_test.go')"
195195

196196
for GO_REST_TEST in ${GO_REST_TESTS}; do
197197
init_pool

0 commit comments

Comments
 (0)