diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-05 22:23:34 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-05 23:43:02 +0200 |
commit | c374f169fdf79428d258faf59c1cdd800974994d (patch) | |
tree | 7e77b992c52ac9e7dca90065d1680d01630ec8bf /Dockerfile | |
parent | worker: actually stay offline (diff) | |
download | cimple-c374f169fdf79428d258faf59c1cdd800974994d.tar.gz cimple-c374f169fdf79428d258faf59c1cdd800974994d.zip |
test: add a 2000-iteration basic repository test
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ RUN cd -- "$src_dir" && \ "DEFAULT_PORT=$DEFAULT_PORT" \ "INSTALL_PREFIX=$install_dir" && \ ulimit -n 1024 && \ - make test CONFIGURATION="$CONFIGURATION" + make test/docker FROM base |