better message for testing wrapper

This commit is contained in:
Remzi Arpaci-Dusseau
2019-03-31 08:57:03 -05:00
parent a272d3e588
commit 05d9dd2cb8

View File

@@ -1,7 +1,9 @@
#! /bin/bash
if ! [[ -d src ]]; then
echo "src dir does not exist"
echo "The src/ dir does not exist."
echo "Your xv6 code should be in the src/ directory"
echo "to enable the automatic tester to work."
exit 1
fi