From 4a11a17dbacc7ece8dd6a9ef8168e7b3bff59b6e Mon Sep 17 00:00:00 2001 From: AlbertoPellitteri <66901396+AlbertoPellitteri@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:50:50 +0200 Subject: [PATCH] Fix T1612.yaml (#2887) * Adding the docker rm option * Undoing the md file fix --------- Co-authored-by: Hare Sudhan Co-authored-by: Bhavin Patel --- atomics/T1612/T1612.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1612/T1612.yaml b/atomics/T1612/T1612.yaml index 8828c2ca13..76ee907c65 100644 --- a/atomics/T1612/T1612.yaml +++ b/atomics/T1612/T1612.yaml @@ -22,7 +22,7 @@ atomic_tests: executor: command: |- docker build -t t1612 $PathtoAtomicsFolder/T1612/src/ - docker run --name t1612_container -d -t t1612 + docker run --name t1612_container --rm -d -t t1612 docker exec t1612_container ./test.sh cleanup_command: |- docker stop t1612_container