From 434e47602a7d3b908ad82b4f9da18fdecb68c259 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 4 May 2015 09:42:44 +0200 Subject: [PATCH] Add a simple test-recursor script --- build-scripts/test-recursor | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 build-scripts/test-recursor diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor new file mode 100755 index 0000000000..c02f34550c --- /dev/null +++ b/build-scripts/test-recursor @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ "$0" != "./build-scripts/test-recursor" ]; then + echo "Please run me from the root checkout dir" + exit 1 +fi + +set -x + +cd regression-tests + +./runtests recursor -- 2.47.2