diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-08-31 11:51:22 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-08-31 11:51:22 +0100 |
| commit | 077cba734446e749378d7bb8382f2b246360e404 (patch) | |
| tree | 7ffdd4c59fc9e309125b975ade20506dd35d1307 /test-from-git | |
| parent | 86bc286a20e63e5e75590884c0b7c5a8b8123ab3 (diff) | |
| download | rust-mode-077cba734446e749378d7bb8382f2b246360e404.tar.gz | |
Add local docker based tests runner
Diffstat (limited to 'test-from-git')
| -rw-r--r-- | test-from-git | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
