Skip to content

Commit

Permalink
Fix T1612.yaml (#2887)
Browse files Browse the repository at this point in the history
* Adding the docker rm option

* Undoing the md file fix

---------

Co-authored-by: Hare Sudhan <[email protected]>
Co-authored-by: Bhavin Patel <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 6752062 commit 4a11a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1612/T1612.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a11a17

Please sign in to comment.