runtest: More helpful error when top of wine directory isn't found.

oldstable
Dylan Smith 2008-10-07 12:16:36 -04:00 committed by Alexandre Julliard
parent 7918196ee8
commit 8d88fe6d4d
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ else
elif [ -f "../server/wineserver" ]; then topobjdir=".."
elif [ -f "../../server/wineserver" ]; then topobjdir="../.."
elif [ -f "../../../server/wineserver" ]; then topobjdir="../../.."
else
echo "Can't find the top of the Wine tree (use the -T argument)" 2>&1
usage
fi
fi