Commit | Line | Data |
---|---|---|
1 | #!/bin/bash | |
2 | # | |
3 | # Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com> | |
4 | # | |
5 | # SPDX-License-Identifier: GPL-2.0-only | |
6 | # | |
7 | ||
8 | [ -z "$1" ] && echo "Error: No testlist. Please specify a testlist to run." && exit 1 | |
9 | ||
10 | prove --merge --exec '' - < "$1" |