fuel-library/tests/noop/run_all.sh

6 lines
114 B
Bash
Executable File

#!/bin/sh
DIR=`dirname $0`
cd "${DIR}" || exit 1
echo "Running all spec tasks..."
./noop_tests.sh -j 'auto' -x $@