diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-11-19 16:21:59 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-11-19 16:21:59 -0800 |
commit | 31bc5e1559848db374d8d9dd039939c802d91649 (patch) | |
tree | eb3f9ddb521f667ab5cffb4c584ad62014ef945a /docker-test/test.sh | |
parent | b1100b3d130598d73534c5e324e1a079364f6146 (diff) | |
download | infinitytier-31bc5e1559848db374d8d9dd039939c802d91649.tar.gz infinitytier-31bc5e1559848db374d8d9dd039939c802d91649.zip |
WIP: Unit tests
Diffstat (limited to 'docker-test/test.sh')
-rwxr-xr-x | docker-test/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-test/test.sh b/docker-test/test.sh index aa081860..9b28d5b5 100755 --- a/docker-test/test.sh +++ b/docker-test/test.sh @@ -1,2 +1,2 @@ -/httpd_demo/test.sh -/throughput_httpd.2.4.6/test.sh +/httpd/httpd_demo/test.sh +/httpd/throughput_httpd.2.4.6/test.sh |