Skip to content
Snippets Groups Projects
Commit b8ed5ab8 authored by Thibault Martin's avatar Thibault Martin
Browse files

Merge branch 'fix/andre/test.sh-follow-symbolic-links' into 'master'

[dev] allow bin/test.sh to work with symbolic links

See merge request frama-c/frama-c!4766
parents 26ed3a9e eb9adb66
No related branches found
No related tags found
No related merge requests found
...@@ -350,7 +350,7 @@ function CheckDuneFiles ...@@ -350,7 +350,7 @@ function CheckDuneFiles
then then
GenerateDuneFiles GenerateDuneFiles
else else
DATE_TEST_MODIFICATION=$(find $TESTS -type f \ DATE_TEST_MODIFICATION=$(find -L $TESTS -type f \
-not -path "*/result*/*" \ -not -path "*/result*/*" \
-not -path "*/oracle*/*" \ -not -path "*/oracle*/*" \
-exec stat --printf "%Y\n" {} \+ | \ -exec stat --printf "%Y\n" {} \+ | \
......
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