Newer
Older
#! /bin/bash
“kpepper”
committed
echo
echo "This may take 30 minutes or more..."
echo
“kpepper”
committed
sleep 5
“kpepper”
committed
if [[ ! -e ./.scaffolding_list.tmp ]]
then
echo "ERROR: Cannot find Evosuite .scaffolding_list.tmp file - unit tests will not be sand-boxed! Exiting."
exit 1
fi
mvn -Devosuite.exclude.filter='' test jacoco:report