[Python-apps-commits] r13528 - in packages/python-afl/trunk/debian (2 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Wed Aug 17 09:17:54 UTC 2016


    Date: Wednesday, August 17, 2016 @ 09:17:53
  Author: stender
Revision: 13528

unfuzz tests-point-to-wrapper.diff

Modified:
  packages/python-afl/trunk/debian/changelog
  packages/python-afl/trunk/debian/patches/tests-point-to-wrapper.diff

Modified: packages/python-afl/trunk/debian/changelog
===================================================================
--- packages/python-afl/trunk/debian/changelog	2016-08-17 09:10:31 UTC (rev 13527)
+++ packages/python-afl/trunk/debian/changelog	2016-08-17 09:17:53 UTC (rev 13528)
@@ -1,8 +1,9 @@
 python-afl (0.5.5-1) unstable; urgency=medium
 
-  * New upstream release (Closes: #833675).
+  * New upstream release (Closes: #833675):
+    + unfuzz tests-point-to-wrapper.diff.
 
- -- Daniel Stender <stender at debian.org>  Wed, 17 Aug 2016 11:10:11 +0200
+ -- Daniel Stender <stender at debian.org>  Wed, 17 Aug 2016 11:12:59 +0200
 
 python-afl (0.5.4-2) unstable; urgency=medium
 

Modified: packages/python-afl/trunk/debian/patches/tests-point-to-wrapper.diff
===================================================================
--- packages/python-afl/trunk/debian/patches/tests-point-to-wrapper.diff	2016-08-17 09:10:31 UTC (rev 13527)
+++ packages/python-afl/trunk/debian/patches/tests-point-to-wrapper.diff	2016-08-17 09:17:53 UTC (rev 13528)
@@ -1,16 +1,16 @@
 Description: point subprocess to wrapper script in tests
 Author: Daniel Stender <stender at debian.org>
 Forwarded: no
-Last-Update: 2016-08-07
+Last-Update: 2016-08-17
 
 --- a/tests/test_fuzz.py
 +++ b/tests/test_fuzz.py
-@@ -80,7 +80,7 @@ def _test_fuzz(workdir, target, dumb=False):
+@@ -96,7 +96,7 @@ def _test_fuzz(workdir, target, dumb=False):
          os.environ['AFL_NO_AFFINITY'] = '1'
      with open('/dev/null', 'wb') as devnull:
          with open(workdir + '/stdout', 'wb') as stdout:
--            cmdline = ['py-afl-fuzz', '-i', input_dir, '-o', output_dir, '--', sys.executable, target]
-+            cmdline = ['./py-afl-fuzz', '-i', input_dir, '-o', output_dir, '--', sys.executable, target]
+-            cmdline = ['py-afl-fuzz', '-i', input_dir, '-o', output_dir, '--', sys.executable, target, token]
++            cmdline = ['./py-afl-fuzz', '-i', input_dir, '-o', output_dir, '--', sys.executable, target, token]
              if dumb:
                  cmdline[1:1] = ['-n']
-             print(cmdline)
+             print('$ ' + ' '.join(shell_quote(arg) for arg in cmdline))




More information about the Python-apps-commits mailing list