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-by-cp | |
| parent | 86bc286a20e63e5e75590884c0b7c5a8b8123ab3 (diff) | |
| download | rust-mode-077cba734446e749378d7bb8382f2b246360e404.tar.gz | |
Add local docker based tests runner
Diffstat (limited to 'test-by-cp')
| -rw-r--r-- | test-by-cp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-by-cp b/test-by-cp new file mode 100644 index 0000000..4fde115 --- /dev/null +++ b/test-by-cp @@ -0,0 +1,7 @@ +#!/bin/sh + +cd .. +mkdir copy +cd copy +cp -rf ../app/* . +./run_rust_emacs_tests.sh |
