mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Sort file names alphabetically before processing the diff files.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8924
This commit is contained in:
parent
fe6a1e5755
commit
7ed5c0529e
@ -166,7 +166,7 @@ fi
|
||||
# single file.
|
||||
MAX_LINES=100
|
||||
rm -f diffs
|
||||
diff_files=`find . -name '*.diff'`
|
||||
diff_files=`find . -name '*.diff' | sort`
|
||||
if [ z"$diff_files" = z ] ; then
|
||||
echo "Congratulations, all tests passed!" >> diffs
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user