Skip to content
Snippets Groups Projects
Commit 600c49b4 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] makes wp-qualif using global cache

parent f385449f
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,7 @@ wp-qualif-update: ./bin/toplevel.opt ./bin/ptests.opt $(WP_CACHE_DIR) ...@@ -173,6 +173,7 @@ wp-qualif-update: ./bin/toplevel.opt ./bin/ptests.opt $(WP_CACHE_DIR)
git -C $(WP_CACHE_DIR) pull --rebase --prune git -C $(WP_CACHE_DIR) pull --rebase --prune
FRAMAC_WP_CACHE=update \ FRAMAC_WP_CACHE=update \
./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code ./bin/ptests.opt src/plugins/wp/tests -config qualif -error-code
git -C $(WP_CACHE_DIR) status -s -b
wp-qualif-upgrade: ./bin/toplevel.opt ./bin/ptests.opt wp-qualif-upgrade: ./bin/toplevel.opt ./bin/ptests.opt
git -C $(WP_CACHE_DIR) pull --rebase --prune git -C $(WP_CACHE_DIR) pull --rebase --prune
......
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