Skip to content

Commit b973787

Browse files
adam-grant-hendryLee-W
authored andcommitted
feat(scripts): add error message to test
Add error message if `test` script encounters unsupported OS.
1 parent 241ee99 commit b973787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [ -d 'venv' ] ; then
1212
export PREFIX="venv/Scripts/"
1313
;;
1414
*)
15+
echo "ERROR: Script 'test' encountered unsupported operating system $(uname -s)"
1516
exit 1
1617
;;
1718
esac

0 commit comments

Comments
 (0)