refactor connect unittest so that it hits a local server instead of a remote server

This commit is contained in:
Benjamin Sergeant
2019-05-16 14:25:31 -07:00
parent e469f04c39
commit d9be40a0de
5 changed files with 70 additions and 60 deletions

View File

@ -7,14 +7,14 @@ matrix:
compiler: clang
script:
- python test/run.py
- make ws_test
- make ws
# Linux
- os: linux
dist: xenial
script:
- python test/run.py
- make ws_test
- make ws
env:
- CC=gcc
- CXX=g++