One more fix to circle file

This commit is contained in:
Aaron L 2017-06-08 20:56:11 -07:00
parent 226517279f
commit c69639e6d9

View file

@ -150,7 +150,7 @@ jobs:
name: Run Tests name: Run Tests
command: | command: |
cd $ROOTPATH cd $ROOTPATH
cp ./testdata/mssql_test_schema.sql mssql/tables_schema.sql # cp ./testdata/mssql_test_schema.sql mssql/tables_schema.sql
go test -v -race ./... | tee test_out.txt go test -v -race ./... | tee test_out.txt
- run: - run: