blob: 0d14df7012df6f87472dd9fe92b440f6323f264d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/ksh
# Commands to perform failsafe-critical cleanup after a test is killed.
#
# This should only be used to ensure the system is restored to a functional
# state in the event of tests being killed (preventing normal cleanup).
zinject -c all
|