From 077cba734446e749378d7bb8382f2b246360e404 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 31 Aug 2019 11:51:22 +0100 Subject: Add local docker based tests runner --- test-from-git | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-from-git (limited to 'test-from-git') diff --git a/test-from-git b/test-from-git new file mode 100644 index 0000000..48f81e0 --- /dev/null +++ b/test-from-git @@ -0,0 +1,7 @@ +#!/bin/sh + +cd .. +mkdir git +cd git +git clone ../app . +./run_rust_emacs_tests.sh -- cgit v1.2.3