aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:34:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:44:54 +0300
commitb49eec6684b03b1a399b319a35d2b17c8ee4a66b (patch)
tree39a68104a496d63fb25bcde74df6a68d50fa8e27 /client/Dockerfile
parentAppVeyor/Travis: switch to cmake/build (diff)
downloadmath-server-b49eec6684b03b1a399b319a35d2b17c8ee4a66b.tar.gz
math-server-b49eec6684b03b1a399b319a35d2b17c8ee4a66b.zip
bin/unit_tests -> bin/test/unit_tests
Diffstat (limited to '')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index 9b2ab51..a447ab8 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -27,7 +27,7 @@ RUN "$src_dir/cmake/build/build.py" \
--clean \
--configuration Release \
-- -DENABLE_TESTS=ON \
- && /usr/local/bin/unit_tests --log_level=all
+ && /usr/local/bin/test/unit_tests --log_level=all
ENTRYPOINT ["/usr/local/bin/client"]
CMD ["-c", "2 * 2"]