mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: CG trace: move traces to own dir
This commit is contained in:
@@ -5,11 +5,11 @@ set -x
|
||||
|
||||
DB="cg-trace-example-db"
|
||||
SRC="example/"
|
||||
XMLDIR="$SRC"
|
||||
XMLDIR="example-traces/"
|
||||
PYTHON_EXTRACTOR=$(codeql resolve extractor --language=python)
|
||||
|
||||
|
||||
./cg_trace.py --xml example/simple.xml example/simple.py
|
||||
./cg_trace.py --xml "$XMLDIR"/simple.xml example/simple.py
|
||||
|
||||
rm -rf "$DB"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user