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

[tests] force dune tests

parent 8eb315bf
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ function Usage ...@@ -71,6 +71,7 @@ function Usage
echo " -r|--clean clean (remove all) test results (includes -p)" echo " -r|--clean clean (remove all) test results (includes -p)"
echo " -p|--ptests prepare (all) dune files" echo " -p|--ptests prepare (all) dune files"
echo " -w|--wp-cache prepare (pull) WP-cache" echo " -w|--wp-cache prepare (pull) WP-cache"
echo " -f|--force force re-run tests"
echo " -l|--logs print output of tests (single file, no diff)" echo " -l|--logs print output of tests (single file, no diff)"
echo " -u|--update run tests and update oracles (and WP-cache)" echo " -u|--update run tests and update oracles (and WP-cache)"
echo " -k|--commit commit new test oracles" echo " -k|--commit commit new test oracles"
...@@ -158,6 +159,9 @@ do ...@@ -158,6 +159,9 @@ do
"-w"|"--wp-cache") "-w"|"--wp-cache")
PULLCACHE=yes PULLCACHE=yes
;; ;;
"-f"|"--force")
DUNE_OPT+="--force "
;;
"-u"|"--update") "-u"|"--update")
DUNE_OPT+="--auto-promote " DUNE_OPT+="--auto-promote "
UPDATE=yes UPDATE=yes
......
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