a4405428b1
* Add script to purge saved catalogs * Remove external bundle update from setup script It should be working internally now * Improve setup script. Update fixtures repo if possible. * Reset external Puppet modules instead of just installing them * Switch to autodetection of job count Change-Id: I19852a73ff151273160f42beea2867cd9ce1c69f Depends-On: https://review.openstack.org/#/c/288424/
6 lines
114 B
Bash
Executable File
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 $@
|