[script] add build option to check-posix-pty (#4748)

This commit is contained in:
Jonathan Hui
2020-03-27 23:16:51 -07:00
committed by GitHub
parent 5790e31ea4
commit ba19a298a1
+3
View File
@@ -140,6 +140,9 @@ EOF
main() {
case $1 in
build)
build
;;
check)
check
;;