Skip to content

Commit be0d918

Browse files
committed
recover other tests
1 parent b83e24f commit be0d918

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/travis/travis_script.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ if [ ${TASK} == "test" ]; then
1313
make test DEPS_PATH=${CACHE_PREFIX} CXX=${CXX} || exit -1
1414
cd tests
1515
# single-worker tests
16-
# tests=( test_connection test_kv_app test_simple_app )
17-
# for test in "${tests[@]}"
18-
# do
19-
# find $test -type f -executable -exec ./repeat.sh 4 ./local.sh 2 2 ./{} \;
20-
# done
16+
tests=( test_connection test_kv_app test_simple_app )
17+
for test in "${tests[@]}"
18+
do
19+
find $test -type f -executable -exec ./repeat.sh 4 ./local.sh 2 2 ./{} \;
20+
done
2121
# multi-workers test
2222
multi_workers_tests=( test_kv_app_multi_workers )
2323
for test in "${multi_workers_tests[@]}"

0 commit comments

Comments
 (0)