Skip to content
Snippets Groups Projects
Commit 08faba04 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[tests] to ease the use of dune promote

parent 0ae8fb60
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ function TestFile ...@@ -233,7 +233,7 @@ function TestFile
if [ "$LOGS" = "yes" ]; then if [ "$LOGS" = "yes" ]; then
ALIAS=$DIR/$RESULT/$FILE ALIAS=$DIR/$RESULT/$FILE
else else
ALIAS=$DIR/$RESULT/${FILE%.*}.wtests ALIAS=$DIR/$RESULT/${FILE%.*}.diff
fi fi
Head "Register test on file $1 $CFG" Head "Register test on file $1 $CFG"
DUNE_ALIAS="${DUNE_ALIAS} @$ALIAS" DUNE_ALIAS="${DUNE_ALIAS} @$ALIAS"
......
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