packer-cn/test.sh

5 lines
99 B
Bash
Executable File

#!/bin/sh -e
(cd driver && ./test.sh "$@")
(cd clone && ./test.sh "$@")
(cd iso && ./test.sh "$@")