diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 18:28:18 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 18:28:21 +0100 |
commit | e2e618894ed86470c89ab78c9e032a809ce7c227 (patch) | |
tree | 9c089d15c22230a1e3c8616e578d4e2e18ade7f4 /test/docker | |
parent | add Docker tests for older bash-es (diff) | |
download | config-links-e2e618894ed86470c89ab78c9e032a809ce7c227.tar.gz config-links-e2e618894ed86470c89ab78c9e032a809ce7c227.zip |
move unit tests to test/unit/
Diffstat (limited to '')
-rw-r--r-- | test/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/docker-compose.yml b/test/docker-compose.yml index 2d7f094..1a4374a 100644 --- a/test/docker-compose.yml +++ b/test/docker-compose.yml @@ -4,4 +4,4 @@ services: image: "ubuntu:${DISTRO:-xenial}" volumes: - ../:/src - command: /src/test/test.sh + command: /src/test/unit/test.sh |