#!/bin/bash

set -eux

rm -fv test/pycriu

cd test && ./zdtm.py run --criu-bin=/usr/sbin/criu --crit-bin=/usr/bin/crit \
          --keep-going \
          -a \
          -x apparmor_stacking \
          -x fd01 \
          -x netns_lock_iptables
