distinguish between problematic binaries before commit 94932c1 and after

This commit is contained in:
john30
2019-10-06 11:25:33 +02:00
parent f8733a5e6b
commit 20a8f4f7f6
3 changed files with 20 additions and 14 deletions
+1
View File
@@ -4,3 +4,4 @@ revision=`git describe --always`
echo "ebusd=${version},${revision}" > versions.txt
files=`find config/ -type f -or -type l`
../../src/lib/ebus/test/test_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> versions.txt
./oldtest_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> oldversions.txt