fixed installation diff test
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4298 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6e1c12ffcb
commit
9e8e472c77
1 changed files with 1 additions and 5 deletions
|
@ -208,14 +208,10 @@ run(
|
||||||
run(
|
run(
|
||||||
'diff -r insttest insttestscons | grep -v uninst-nsis.exe',
|
'diff -r insttest insttestscons | grep -v uninst-nsis.exe',
|
||||||
'diff',
|
'diff',
|
||||||
'diff failed',
|
'scons and installer installations differ',
|
||||||
1
|
1
|
||||||
)
|
)
|
||||||
|
|
||||||
if open('diff.log').read() != '':
|
|
||||||
print '*** scons and installer installations differ'
|
|
||||||
exit()
|
|
||||||
|
|
||||||
### tag
|
### tag
|
||||||
|
|
||||||
print 'tagging...'
|
print 'tagging...'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue