better message for testing wrapper
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
if ! [[ -d src ]]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user