mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 18:19:39 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
4 lines
120 B
Bash
4 lines
120 B
Bash
source `dirname $0`/criu-lib.sh &&
|
|
prep &&
|
|
bash ./test/zdtm.sh -C -x '\(fpu\|mmx\|sse\|rtc\|ext_auto\)' &&
|
|
true || fail
|