Edit by browser

This commit is contained in:
杨茂林 2022-02-20 23:27:44 +08:00
parent 7d6f47f833
commit 7a7d5aad5f
1 changed files with 5 additions and 1 deletions

View File

@ -8,5 +8,9 @@ mysql -h127.0.0.1 -uroot < src/test.sql 2>/dev/null
#---------- insert test ----------
#mysql -h127.0.0.1 -uroot < src/ins_upd.sql 2>/dev/null
# 选择测试用例
read -p '' choice
#---------- 检查结果 ----------
mysql -h127.0.0.1 -uroot < src/check.sql
mysql -h127.0.0.1 -uroot < src/check$choice.sql