#!/bin/bash # force nosetests here otherwise use easy_install default python - which is # hard coded to whatever easy_install was set up with (not right if we move code) # Issue #819 if [ -z "${MAUS_ROOT_DIR}" ]; then # see if the variable exists yet echo "ERROR: \$MAUS_ROOT_DIR not set" exit 1; fi MAUS_TEST_PLOT_DIR=${MAUS_ROOT_DIR}/tests/integration/plots/ \ python ${MAUS_THIRD_PARTY}/third_party/install/bin/nosetests -v \ --exclude-dir tests/integration/test_simulation/test_physics_model_full \ ${MAUS_ROOT_DIR}/tests/integration