Skip to content
Snippets Groups Projects
Commit d8fc65ef authored by “kpepper”'s avatar “kpepper”
Browse files

Changed scaffolding list check

parent 5638a9ff
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ cd ..
#mvn clean compile test-compile
if [[ ! -e ./.scaffolding_list.tmp ]]
if [[ ! -f ".scaffolding_list.tmp" ]]
then
echo "ERROR: Cannot find Evosuite .scaffolding_list.tmp file - unit tests will not be sand-boxed! Exiting."
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment