From: Jérémie Astor Date: Sat, 12 Feb 2022 11:40:11 +0000 (+0100) Subject: :wrench: some utils X-Git-Tag: nightly~376 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f2d7983b04ba768ac5e73e12b8431d36b1c03b19;p=gwion.git :wrench: some utils --- 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);