pm2/test/docker_parallel_test.sh
2018-02-26 20:46:11 +01:00

9 lines
297 B
Bash

set -e
docker build -t pm2-test -f test/Dockerfile .
JOBS=20
OPTS="--jobs $JOBS --joblog joblog-X docker run -v `pwd`:/var/pm2 pm2-test"
ls test/e2e/binaries/* test/e2e/modules/* test/e2e/internal/* test/e2e/reload/* test/e2e/process-file/* test/e2e/cli/* test/e2e/logs/* | parallel $OPTS bash