Fix tests

This commit is contained in:
Filip Gralinski 2021-09-17 12:04:30 +02:00
parent efa42af593
commit ef4bde5327

View File

@ -16,7 +16,7 @@ check()
cd "$PAPER_DIR" cd "$PAPER_DIR"
make clean make clean
make 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 then
make arxiv-$PAPER_ID.tar.gz make arxiv-$PAPER_ID.tar.gz
fi fi