mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
This commit is introducing a test for the action-script functionality of CRIU to verify that pre-dump, post-dump, pre-restore, pre-resume, post-restore, post-resume hooks are executed during dump/restore. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
3 lines
55 B
Bash
Executable File
3 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
touch action-hook-"$CRTOOLS_SCRIPT_ACTION"
|