From c61632d625d340db4dcb4cc57c7d1d38fac5ccb8 Mon Sep 17 00:00:00 2001 From: Mitsuo Heijo Date: Tue, 24 Dec 2019 23:38:50 +0900 Subject: feature: support metals, fortls - fix: imporve npm and pip install - proposal: add simple test script --- test/run.sh | 31 +++++++++++++++++++++++++++++++ test/send.py | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100755 test/run.sh create mode 100755 test/send.py (limited to 'test') diff --git a/test/run.sh b/test/run.sh new file mode 100755 index 0000000..66ebde0 --- /dev/null +++ b/test/run.sh @@ -0,0 +1,31 @@ +#!/bin/bash + +set -e + +usage() { + cat < Date: Tue, 24 Dec 2019 23:44:53 +0900 Subject: fix: variable arguments --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/run.sh b/test/run.sh index 66ebde0..7da9443 100755 --- a/test/run.sh +++ b/test/run.sh @@ -4,7 +4,7 @@ set -e usage() { cat <