Skip to content

Commit 05d9dd2

Browse files
better message for testing wrapper
1 parent a272d3e commit 05d9dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

initial-xv6/test-getreadcount.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#! /bin/bash
22

33
if ! [[ -d src ]]; then
4-
echo "src dir does not exist"
4+
echo "The src/ dir does not exist."
5+
echo "Your xv6 code should be in the src/ directory"
6+
echo "to enable the automatic tester to work."
57
exit 1
68
fi
79

0 commit comments

Comments
 (0)