Fix test for AMU

This commit is contained in:
Filip Gralinski 2021-03-02 13:25:19 +01:00
parent 0732a6f05a
commit 5655f67b49
1 changed files with 1 additions and 1 deletions

View File

@ -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