mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
We want to execute tests in an isolated environment Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
|
|
unshare --mount --pid --fork -- $(readlink -f `dirname $0`/_run_ct) "$@"
|