Add test utilities to gitignore
[lttng-tools.git] / tests / run.sh
index d63c72b9be7aada31f652c7f0fa2e175b2e127a8..ce51639f762684cd705d8e7e8ef54742fc1cdd7a 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-DIR=$(dirname $0)
 
-$DIR/regression/run.sh $@
-$DIR/unit/run.sh $@
+[ -z "$1" ] && echo "Error: No testlist. Please specify a testlist to run." && exit 1
+
+prove $2 --merge --exec '' - < $1
This page took 0.022708 seconds and 4 git commands to generate.