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 4c39080 commit a3fc641Copy full SHA for a3fc641
test/DatatablesParser.Tests/test-runner.sh
@@ -6,7 +6,7 @@ dotnet build
6
echo "Testing connections to test db servers"
7
while ! nc -w 1 mssql 1433 && nc -w 1 mysql 3306 ; do
8
sleep 1;
9
- echo "Test db serers not ready. Trying again"
+ echo "Test db servers not ready. Trying again"
10
done
11
echo "Test DB Servers started"
12
dotnet test
0 commit comments