mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-24 05:43:04 +00:00
Print a more graceful error message for run-tests.sh --unk
This commit is contained in:
@@ -60,7 +60,7 @@ while [[ $# -gt 0 ]]; do
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo "$(basename "$0"): internal error"
|
||||
echo "$(basename "$0"): unknown option '$1'"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user