Replace explicit rcu_read_lock/unlock with lttng::urcu::read_lock_guard
[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.02173 seconds and 4 git commands to generate.