From 28bec8043fa33027958b0afd1b264fd25aa27d9d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 13 Apr 2017 15:00:02 +0100 Subject: Add scripts to rule them all. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server. --- script/test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 script/test (limited to 'script/test') diff --git a/script/test b/script/test new file mode 100755 index 000000000..778c967b4 --- /dev/null +++ b/script/test @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e +cd "$(dirname "$0")/.." + +bin/run-tests $@ -- cgit v1.2.3