#!/bin/sh

find tests zfs_autobackup -name '*.py' |entr  ./tests/run_tests_docker $@
