mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +00:00
* make sure that tracefs is actually loaded, and try and access it after restore * don't mount debugfs in /, leaving an ugly directory in /test * clean up the debugfs mount point (with a hook, since the test can't unmount it due to perms) travis-ci: success for test: robustify mnt_tracefs test Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
[ "$1" == "--clean" ] || exit 0
|
|
|
|
rmdir zdtm/static/mnt_tracefs.test
|