From b4d4d9abb322ed0807d2ba0888e73820499aa338 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:40:25 +0100 Subject: Codacy issues, Travis cleanup and update ghdl.texi (#1807) * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb --- testsuite/vests/testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/vests') diff --git a/testsuite/vests/testsuite.sh b/testsuite/vests/testsuite.sh index 2df58dd3f..6ffdf4fb7 100755 --- a/testsuite/vests/testsuite.sh +++ b/testsuite/vests/testsuite.sh @@ -81,7 +81,7 @@ handle_test() { if [ $dry = true ]; then return fi - if [ x$entity = "x" ]; then + if [ "x$entity" = "x" ]; then entity=`get_entity $dir/$file` fi if [ "x$entity" = "x" ]; then @@ -132,7 +132,7 @@ handle_test() { else echo "skip"; fi - + # Increment test_num test_num=`expr $test_num + 1` } -- cgit v1.2.3