Turn rpcauth.py test into functional test

This commit is contained in:
MarcoFalke
2025-07-05 17:42:13 +02:00
parent e3f416dbf7
commit fa4d68cf97
7 changed files with 30 additions and 34 deletions

View File

@@ -390,9 +390,6 @@ jobs:
(Get-Content "test/config.ini") -replace '(?<=^SRCDIR=).*', '${{ github.workspace }}' -replace '(?<=^BUILDDIR=).*', '${{ github.workspace }}' -replace '(?<=^RPCAUTH=).*', '${{ github.workspace }}/share/rpcauth/rpcauth.py' | Set-Content "test/config.ini"
Get-Content "test/config.ini"
- name: Run rpcauth test
run: py -3 test/util/rpcauth-test.py
- name: Set previous release directory
run: |
echo "PREVIOUS_RELEASES_DIR=${{ runner.temp }}/previous_releases" >> "$GITHUB_ENV"