granted permission to connectivity

This commit is contained in:
Hadis-Fard 2017-07-31 16:22:27 -07:00
parent 897468626f
commit ef1d84f3c5

View file

@ -31,6 +31,7 @@ script:
- docker inspect -f "{{ .HostConfig.Links }}" client
- docker logs client
- docker ps -a
- docker exec client 'chmod +x ./TestSqlcmd.sh'
- docker exec client bash -c ./TestSqlcmd.sh
- docker exec client python ./test/functional/setup/setup_dbs.py -dbname $SQLSRV_DBNAME
- docker exec client python ./test/functional/setup/setup_dbs.py -dbname $PDOSQLSRV_DBNAME