Refined install script to be more helpful.
This commit is contained in:
parent
45e6823e5f
commit
f7a79ddf4c
2 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
|||
DIRECTORY="tests"
|
||||
EXT="error"
|
||||
|
||||
#echo "Installing test suites to $DIRECTORY"
|
||||
|
||||
mkdir $DIRECTORY > /dev/null 2>&1
|
||||
|
||||
PLATFORM="$(uname)"
|
||||
|
@ -21,3 +19,7 @@ do
|
|||
done
|
||||
|
||||
echo "Test suites installed."
|
||||
echo "Run './runner --show-tests' to see the available tests"
|
||||
echo "and './runner' to execute them"
|
||||
echo ""
|
||||
echo "For more commands: './runner --help'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue