mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Some more drei updates
This commit is contained in:
parent
291b491c3e
commit
1f05e85408
21 changed files with 142 additions and 53 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
# Stress test against Python3
|
||||
|
||||
export SQLMAP_DREI=1
|
||||
for i in $(find . -iname "*.py" | grep -v __init__); do python3 -c 'import '`echo $i | cut -d '.' -f 2 | cut -d '/' -f 2- | sed 's/\//./g'`''; done
|
||||
unset SQLMAP_DREI
|
||||
source `dirname "$0"`"/junk.sh"
|
||||
# export SQLMAP_DREI=1
|
||||
# for i in $(find . -iname "*.py" | grep -v __init__); do python3 -c 'import '`echo $i | cut -d '.' -f 2 | cut -d '/' -f 2- | sed 's/\//./g'`''; done
|
||||
# unset SQLMAP_DREI
|
||||
# source `dirname "$0"`"/junk.sh"
|
||||
|
||||
for i in $(find . -iname "*.py" | grep -v __init__); do pylint --py3k $i; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue