diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2019-09-04 09:01:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-04 09:01:03 -0400 |
| commit | af84c0fe9ec13e45f6b7f07caf144607d0b82fca (patch) | |
| tree | 7ffdd4c59fc9e309125b975ade20506dd35d1307 /test-by-cp | |
| parent | 48290d331d923031156bbbaf8360b774bf983d1e (diff) | |
| parent | 077cba734446e749378d7bb8382f2b246360e404 (diff) | |
| download | rust-mode-af84c0fe9ec13e45f6b7f07caf144607d0b82fca.tar.gz | |
Merge pull request #319 from phillord/feature/update-emacs-versions
Feature/update emacs versions
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 |
