Skip to content
Snippets Groups Projects
Commit 92c7ba8f authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Correct error message

parent 1e421767
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ function cleanup-results() { ...@@ -15,7 +15,7 @@ function cleanup-results() {
function checkMoobenchApplication() { function checkMoobenchApplication() {
if [ ! -f "MooBench.jar" ] if [ ! -f "MooBench.jar" ]
then then
echo "MooBench.jar missing; please build it first using ../gradlew assemble in the benchmark folder" echo "MooBench.jar missing; please build it first using ./gradlew assemble in the main folder"
exit 1 exit 1
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment