diff options
Diffstat (limited to 'test/e2e/hooks/checkhook.json')
-rw-r--r-- | test/e2e/hooks/checkhook.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/e2e/hooks/checkhook.json b/test/e2e/hooks/checkhook.json new file mode 100644 index 000000000..5a9bc86d1 --- /dev/null +++ b/test/e2e/hooks/checkhook.json @@ -0,0 +1,5 @@ +{ + "cmd" : [".*"], + "hook" : "/tmp/checkhook.sh", + "stage" : [ "prestart" ] +} |