Clean-up: sessiond ust-app: change spaces to tabs
[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.030504 seconds and 5 git commands to generate.