From 9e8e472c77a9599b6990b64f65ad1875f5b19db1 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 4 Oct 2005 12:58:02 +0000 Subject: [PATCH] fixed installation diff test git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4298 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Scripts/release.py b/Scripts/release.py index ff0c1a86..521787f7 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -208,14 +208,10 @@ run( run( 'diff -r insttest insttestscons | grep -v uninst-nsis.exe', 'diff', - 'diff failed', + 'scons and installer installations differ', 1 ) -if open('diff.log').read() != '': - print '*** scons and installer installations differ' - exit() - ### tag print 'tagging...'