We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37ece3 commit 8ad8837Copy full SHA for 8ad8837
test-integration/mysql-flag.sh
@@ -7,4 +7,5 @@ OPTIONS="-config=test-integration/dbconfig.yml -env mysql_noflag"
7
8
set -ex
9
10
-sql-migrate status $OPTIONS | grep -q "Make sure that the parseTime option is supplied"
+sql-migrate status $OPTIONS 2>&1 | grep -q "Make sure that the parseTime option is supplied"
11
+
0 commit comments