=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== autopkgtest-5.15/doc/README.click-tests.rst-61-During execution of the test, the environment variable autopkgtest-5.15/doc/README.click-tests.rst:62:``$AUTOPKGTEST_TMP`` will point to a directory for the execution of this autopkgtest-5.15/doc/README.click-tests.rst-63-particular test, which starts empty and will be deleted afterwards (so ############################################## autopkgtest-5.15/doc/README.click-tests.rst-67-results, such as additional log files or screenshots, they can put them autopkgtest-5.15/doc/README.click-tests.rst:68:into the directory specified by the ``$AUTOPKGTEST_ARTIFACTS`` autopkgtest-5.15/doc/README.click-tests.rst-69-environment variable. When using the ``--output-dir`` option, they will ############################################## autopkgtest-5.15/doc/README.package-tests.rst-38-During execution of the test, the environment variable autopkgtest-5.15/doc/README.package-tests.rst:39:``$AUTOPKGTEST_TMP`` will point to a directory for the execution of this autopkgtest-5.15/doc/README.package-tests.rst-40-particular test, which starts empty and will be deleted afterwards (so ############################################## autopkgtest-5.15/doc/README.package-tests.rst-42- autopkgtest-5.15/doc/README.package-tests.rst:43:Tests can expect that the ``$HOME`` environment variable to be set autopkgtest-5.15/doc/README.package-tests.rst-44-to a directory that exists and is writeable by the user running the test. ############################################## autopkgtest-5.15/doc/README.package-tests.rst-47-results, such as additional log files or screenshots, they can put them autopkgtest-5.15/doc/README.package-tests.rst:48:into the directory specified by the ``$AUTOPKGTEST_ARTIFACTS`` autopkgtest-5.15/doc/README.package-tests.rst-49-environment variable. When using the ``--output-dir`` option, they will ############################################## autopkgtest-5.15/doc/README.package-tests.rst-231- tests/ subdirectory). It is often possible to run ``make -C tests`` autopkgtest-5.15/doc/README.package-tests.rst:232: instead, or copy the test code to ``$AUTOPKGTEST_TMP`` and build it autopkgtest-5.15/doc/README.package-tests.rst-233- there with some custom commands. This cuts down the load on the ############################################## autopkgtest-5.15/doc/README.package-tests.rst-391-- autopkgtest backs up the current state of the test source tree and autopkgtest-5.15/doc/README.package-tests.rst:392: any ``$AUTOPKGTEST_ARTIFACTS`` that were created so far, reboots the autopkgtest-5.15/doc/README.package-tests.rst-393- testbed, and restores the test source tree and artifacts. ############################################## autopkgtest-5.15/doc/README.package-tests.rst-395-- The test gets run again, this time with a new environment variable autopkgtest-5.15/doc/README.package-tests.rst:396: ``$AUTOPKGTEST_REBOOT_MARK`` containing the argument to autopkgtest-5.15/doc/README.package-tests.rst-397- ``autopkgtest-reboot``, e. g. ``my_mark``. autopkgtest-5.15/doc/README.package-tests.rst-398- autopkgtest-5.15/doc/README.package-tests.rst:399:- The test needs to check ``$AUTOPKGTEST_REBOOT_MARK`` and jump to the autopkgtest-5.15/doc/README.package-tests.rst-400- appropriate point. A nonexisting variable means "start from the ############################################## autopkgtest-5.15/lib/adt_testbed.py-258- pkglist = TempPath(self, 'testbed-packages', autoclean=False) autopkgtest-5.15/lib/adt_testbed.py:259: self.check_exec(['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > %s" % pkglist.tb]) autopkgtest-5.15/lib/adt_testbed.py-260- pkglist.copyup() ############################################## autopkgtest-5.15/lib/adt_testbed.py-387- r'for d in %s; do s=%s/${d//\//_}.stamp;' autopkgtest-5.15/lib/adt_testbed.py:388: r' [ ! -d $d ] || [ `stat -c %%Y $d` = `stat -c %%Y $s` ]; done' % ( autopkgtest-5.15/lib/adt_testbed.py-389- boot_dirs, self.scratch)])[0] ############################################## autopkgtest-5.15/setup-commands/setup-testbed-124-if [ -e "$root/etc/os-release" ]; then autopkgtest-5.15/setup-commands/setup-testbed:125: DISTRO_ID=`. "$root/etc/os-release" && echo "$ID" || echo INVALID` autopkgtest-5.15/setup-commands/setup-testbed-126-fi autopkgtest-5.15/setup-commands/setup-testbed-127-if [ -z "${MIRROR:-}" ]; then autopkgtest-5.15/setup-commands/setup-testbed:128: MIRROR=`awk '/^deb .*'"$DISTRO_ID"'/ { sub(/\[.*\]/, "", $0); print $2; exit }' "$root/etc/apt/sources.list"` autopkgtest-5.15/setup-commands/setup-testbed-129-fi autopkgtest-5.15/setup-commands/setup-testbed-130-if [ -z "${RELEASE:-}" ]; then autopkgtest-5.15/setup-commands/setup-testbed:131: RELEASE=`awk '/^deb .*'"$DISTRO_ID"'/ { sub(/\[.*\]/, "", $0); print $3; exit }' "$root/etc/apt/sources.list"` autopkgtest-5.15/setup-commands/setup-testbed-132-fi ############################################## autopkgtest-5.15/tests/ssh-setup-lxd-39- # wait for and parse IPv4 autopkgtest-5.15/tests/ssh-setup-lxd:40: while ! OUT=`lxc info $CONTAINER|grep 'eth0:.*inet[^6]'`; do autopkgtest-5.15/tests/ssh-setup-lxd-41- sleep 1 ############################################## autopkgtest-5.15/tests/ssh-setup-lxd-52- if [ -n "$INSTALL_KEY" ]; then autopkgtest-5.15/tests/ssh-setup-lxd:53: key=`cat $HOME/.ssh/id_rsa.pub` autopkgtest-5.15/tests/ssh-setup-lxd-54- lxc exec $CONTAINER -- su -c "mkdir ~/.ssh; echo '$key' > ~/.ssh/authorized_keys" $USER ############################################## autopkgtest-5.15/tools/autopkgtest-build-lxc-116- sleep 1 autopkgtest-5.15/tools/autopkgtest-build-lxc:117: O=`lxc-attach --name=$1 runlevel 2>/dev/null` || continue autopkgtest-5.15/tools/autopkgtest-build-lxc-118- [ "$O" = "${O%[0-9]}" ] || break ############################################## autopkgtest-5.15/tools/autopkgtest-build-lxd-80- sleep 1 autopkgtest-5.15/tools/autopkgtest-build-lxd:81: O=`lxc exec "$CONTAINER" runlevel 2>/dev/null </dev/null` || continue autopkgtest-5.15/tools/autopkgtest-build-lxd-82- [ "$O" = "${O%[0-9]}" ] || break ############################################## autopkgtest-5.15/tools/autopkgtest-build-qemu-168- if [ -n "${proxy_cmd:-}" ]; then autopkgtest-5.15/tools/autopkgtest-build-qemu:169: proxy=`$proxy_cmd` autopkgtest-5.15/tools/autopkgtest-build-qemu-170- fi ############################################## autopkgtest-5.15/virt/autopkgtest-virt-ssh-89- [ -r /proc/$pid/comm ] && [ "$(< /proc/$pid/comm)" != sshd ] || continue autopkgtest-5.15/virt/autopkgtest-virt-ssh:90: #echo "XXXautopkgtest-ssh-wrapper($$ $PPID $PPPID $myout $myerr): killing $pid (`cat /proc/$pid/cmdline`)" >&2 autopkgtest-5.15/virt/autopkgtest-virt-ssh-91- KILL="$KILL $pid"