Skip to content
Snippets Groups Projects
Commit 3fdabf47 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Patrick Baudin
Browse files

[aorai] fix bashism in Makefile

parent 9fe53ede
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ AORAI_WP_CACHE?=update
aorai-test-prove: $(TEST_DEPENDENCIES) $(Aorai_DIR)/tests/test_config_prove
FRAMAC_WP_CACHE=$(AORAI_WP_CACHE) \
FRAMAC_WP_CACHEDIR=$(AORAI_WP_CACHEDIR) \
PTESTS_OPTS+=" -config prove" \
PTESTS_OPTS="$$PTESTS_OPTS -config prove" \
$(MAKE) Aorai_TESTS
# Regenerating the Makefile on need
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment