File: run_all_unit_tests.cmd

package info (click to toggle)
python-ruffus 2.8.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,492 kB
  • sloc: python: 17,613; makefile: 213; sh: 18
file content (10 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash
set -e -u -o pipefail

# parallelism currently fails
# use all cores on test machine
# if [ -z ${TEST_CORES+x} ]; then TEST_CORES=$(nproc); fi
#
# make -k -j ${TEST_CORES} all

make -k all