Skip to content

Commit

Permalink
test: Do not let Python to write .pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 3, 2024
1 parent 897e99b commit 8266fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

if(PYTHON_COMMAND)
add_test(NAME util_rpcauth_test
COMMAND ${PYTHON_COMMAND} ${CMAKE_BINARY_DIR}/test/util/rpcauth-test.py
COMMAND ${PYTHON_COMMAND} -B ${CMAKE_BINARY_DIR}/test/util/rpcauth-test.py
)
endif()

Expand Down

0 comments on commit 8266fad

Please sign in to comment.