]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: Remove bogus test code
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 22 Oct 2008 21:26:24 +0000 (22:26 +0100)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 22 Oct 2008 21:26:24 +0000 (22:26 +0100)
bitbake-dev/lib/bb/fetch/wget.py
bitbake/lib/bb/fetch/wget.py

index c125ecb59bfe50276d1234002e6c1a5297b4f00f..84ea81d87aeb6241f20c6055bf676a0838cdff53 100644 (file)
@@ -70,7 +70,6 @@ class Wget(Fetch):
             if ftpproxy:
                 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
             bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
-            sys.exit(1)
             ret = os.system(fetchcmd)
             if ret != 0:
                 return False
index c125ecb59bfe50276d1234002e6c1a5297b4f00f..84ea81d87aeb6241f20c6055bf676a0838cdff53 100644 (file)
@@ -70,7 +70,6 @@ class Wget(Fetch):
             if ftpproxy:
                 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
             bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
-            sys.exit(1)
             ret = os.system(fetchcmd)
             if ret != 0:
                 return False