github.com/crowdsecurity/crowdsec@v1.6.1/test/lib/teardown_file.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  # any stdout, stderr from now on will go to &3
     4  eval "$(debug)"
     5  
     6  # ensure we don't leave crowdsec running if tests are broken or interrupted
     7  ./instance-crowdsec stop
     8