diff --git a/text-ui-test/runtest.sh b/text-ui-test/runtest.sh index c9ec870033..3da8b46320 100755 --- a/text-ui-test/runtest.sh +++ b/text-ui-test/runtest.sh @@ -13,7 +13,7 @@ then fi # compile the code into the bin folder, terminates if error occurred -if ! javac -cp ../src/main/java -Xlint:none -d ../bin ../src/main/java/*.java +if ! javac -cp ../src/main/java -Xlint:none -d ../bin ../src/main/java/earl/*.java then echo "********** BUILD FAILURE **********" exit 1