mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
14 lines
238 B
Bash
14 lines
238 B
Bash
|
#!/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
|