From 5655f67b497449a36e9e88c21b1769b288ffced6 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 2 Mar 2021 13:25:19 +0100 Subject: [PATCH] Fix test for AMU --- 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 fcd0a43..bcb6671 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" ]] + if [[ "$config_file" != "configs/pw-thesis.yml" && "$config_file" != "configs/amu.yml" ]] then make arxiv-$PAPER_ID.tar.gz fi