add a space to trigger CI after fixed a CI bug

This commit is contained in:
Xu Jia 2024-06-05 17:17:29 +08:00
parent 06239e1156
commit 446cc0542b

View File

@ -144,7 +144,7 @@ if [ $database_error -ne 2 ]; then
exit 1
fi
#table_error should be 1
# table_error should be 1
if [ $table_error -ne 1 ]; then
echo "table_error should be 1, but now -s $table_error. Tried to create 11 tables, 10 should be created and 1 should fail"
echo "Limitation is 10 tables"