Docs: lttng-event-rule(7): --exclude does not exist, use --exclude-name
[lttng-tools.git] / tests / run.sh
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"
This page took 0.028804 seconds and 4 git commands to generate.