===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
umockdev-0.15.2/README.rst-90-When enabled, the preload library diverts access to ``/proc`` and ``/dev`` to
umockdev-0.15.2/README.rst:91:the corresponding directories in ``$UMOCKDEV_DIR``, aka.
umockdev-0.15.2/README.rst-92-``umockdev_testbed_get_root()``. However, if a path does not exist there, it
##############################################
umockdev-0.15.2/README.rst-321-To debug umockdev itself and what it's doing, you can set the
umockdev-0.15.2/README.rst:322:``$UMOCKDEV_DEBUG`` environment variable to a list (comma or space separated)
umockdev-0.15.2/README.rst-323-of
##############################################
umockdev-0.15.2/tests/test-static-code-6-# split preload code into internal logic and libc wrappers
umockdev-0.15.2/tests/test-static-code:7:CODE_INT=`grep -B 100000 'Overridden libc' $ROOTDIR/src/libumockdev-preload.c`
umockdev-0.15.2/tests/test-static-code:8:CODE_WRAPPERS=`grep -A 100000 'Overridden libc' $ROOTDIR/src/libumockdev-preload.c`
umockdev-0.15.2/tests/test-static-code-9-
umockdev-0.15.2/tests/test-static-code:10:LIBC_OVERRIDES=`echo "$CODE_WRAPPERS" | grep --text '^[a-z_]\+(' | grep -v '^WRAP_' | cut -f1 -d'('`
umockdev-0.15.2/tests/test-static-code-11-
##############################################
umockdev-0.15.2/debian/changelog-48-  * Make autopkgtest robust for slow testbeds.
umockdev-0.15.2/debian/changelog:49:    Set the new `$SLOW_TESTBED_FACTOR` to avoid frequent failures on armhf
umockdev-0.15.2/debian/changelog-50-    and other slow/shared distro CI hardware. (LP: #1831467)