From f2d7983b04ba768ac5e73e12b8431d36b1c03b19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 12 Feb 2022 12:40:11 +0100 Subject: [PATCH] :wrench: some utils --- scripts/update.sh | 6 ++---- tests/error/invalid_exp_format.gw | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 tests/error/invalid_exp_format.gw diff --git a/scripts/update.sh b/scripts/update.sh index e828a56e..e674a3a0 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,12 +1,10 @@ #!/bin/bash git pull -git submodule update --recursive --init +git submodule update make clean-all make -j make -C plug sudo make install -mkdir -p ~/.gwplug -rm -f ~/.gwplug/*.so for a in $(cat plug/list.txt) -do cp plug/$a/*.so ~/.gwplug +do cp plug/$a/*.so ~/gwplug done diff --git a/tests/error/invalid_exp_format.gw b/tests/error/invalid_exp_format.gw new file mode 100644 index 00000000..d88acbee --- /dev/null +++ b/tests/error/invalid_exp_format.gw @@ -0,0 +1,2 @@ +#! [contains] invalid format for expression +1,(2,3); -- 2.43.0