diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-06-02 11:44:09 +0100 |
---|---|---|
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2023-06-19 14:48:00 +0000 |
commit | bb0d4fbda2de0b3d50e26f3ae71b9cbbc1803c9d (patch) | |
tree | 8e458a69d7ddc786e861e1f6fb0349b0926d729c /test-tools/.gitignore | |
parent | 20e3bcf962cec7367e3c63a5d93ad7ee85c2da95 (diff) |
Fix test-deregistration script
- Fix issue where script breaks with newer version of docker-compose
caused by profile names being omitted during `docker-compose down`
- Use main .gitignore file to ignore metrics-reports directory
- Fix Intelli-j/shellcheck warnings (mostly variables needing quotes)
- Script prints summary report at exit
Issue-ID: CPS-1552
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ia51e51c1c199de8cc2f4878bfb04cb09fbb0b0e7
Diffstat (limited to 'test-tools/.gitignore')
-rw-r--r-- | test-tools/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-tools/.gitignore b/test-tools/.gitignore deleted file mode 100644 index 28b8c34778..0000000000 --- a/test-tools/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/metrics-reports/ |