Skip to content

Commit 5bf6f34

Browse files
committed
added log level var to test script
1 parent 0a083a3 commit 5bf6f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/mypython

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# A python wrapper that uses LD_AUDIT with rtld loader for testing.
44

55
export PYTHONPATH=${REPL_HOME}/.pythonlibs/lib/python3.10/site-packages
6+
export REPLIT_RTLD_LOG_LEVEL=2
67
export LD_LIBRARY_PATH=
78
export LD_AUDIT=$REPL_HOME/rtld_loader.so
89
exec "python3" "$@"

0 commit comments

Comments
 (0)