Fix: Tests: undefined `NR_USEC_WAIT` bash variable
[lttng-tools.git] / tests / run.sh
... / ...
CommitLineData
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
10prove --merge --exec '' - < "$1"
This page took 0.022843 seconds and 5 git commands to generate.