We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83e24f commit be0d918Copy full SHA for be0d918
tests/travis/travis_script.sh
@@ -13,11 +13,11 @@ if [ ${TASK} == "test" ]; then
13
make test DEPS_PATH=${CACHE_PREFIX} CXX=${CXX} || exit -1
14
cd tests
15
# 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
+ tests=( test_connection test_kv_app test_simple_app )
+ for test in "${tests[@]}"
+ do
+ find $test -type f -executable -exec ./repeat.sh 4 ./local.sh 2 2 ./{} \;
+ done
21
# multi-workers test
22
multi_workers_tests=( test_kv_app_multi_workers )
23
for test in "${multi_workers_tests[@]}"
0 commit comments