From ef4bde5327c2dbc4ed80e46c5dee3ac5ecb89214 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Fri, 17 Sep 2021 12:04:30 +0200 Subject: [PATCH] Fix tests --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index bcb6671..fb512f4 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -16,7 +16,7 @@ check() cd "$PAPER_DIR" make clean make - if [[ "$config_file" != "configs/pw-thesis.yml" && "$config_file" != "configs/amu.yml" ]] + if [[ "$config_file" != "configs/pw-thesis.yml" && "$config_file" != "configs/amu.yml" && "$config_file" != "configs/ieee-access.yml" ]] then make arxiv-$PAPER_ID.tar.gz fi