Commit 8d88fe6d authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

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

parent 7918196e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment