aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/tests/api/travis-1.sh
blob: c9918d58ec39925e912bc5ed9def5ed232733b6a (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 $1 --timeout 5000 --exit --require ts-node/register --bail \
    $notificationsFiles $searchFiles $checkParamFiles