diff --git a/initial-xv6/test-getreadcount.sh b/initial-xv6/test-getreadcount.sh index 0057808..1c9c4c9 100755 --- a/initial-xv6/test-getreadcount.sh +++ b/initial-xv6/test-getreadcount.sh @@ -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