mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 12:28:14 +00:00
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
14 lines
238 B
Bash
Executable File
14 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Don't execute tests, which use maps04, they are executed by zdtm
|
|
|
|
set -e
|
|
|
|
#./run-predump-2.sh
|
|
./run-predump.sh
|
|
./run-snap-auto-dedup.sh
|
|
./run-snap-dedup-on-restore.sh
|
|
./run-snap-dedup.sh
|
|
#./run-snap-maps04.sh
|
|
./run-snap.sh
|