aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/tests/api/travis-1.sh
blob: f7332795c22ab8b34b1f719c6526e28e63fc6114 (plain) (tree)
1
2
3
4
5
6
7
8
9



                 
                                                                                             

                                                                                                 
 
                                                                                                                   
                                                     
#!/usr/bin/env sh

set -eu

checkParamFiles=$(find server/tests/api/check-params -type f | grep -v index.ts | xargs echo)
notificationsFiles=$(find server/tests/api/notifications -type f | grep -v index.ts | xargs echo)
searchFiles=$(find server/tests/api/search -type f | grep -v index.ts | xargs echo)

MOCHA_PARALLEL=true mocha-parallel-tests --max-parallel 3 --timeout 5000 --exit --require ts-node/register --bail \
    $notificationsFiles $searchFiles $checkParamFiles