run-tests: auto-replace 'TXNID' output
Hooks related to the transaction are aware of the transaction id. By definition this txn-id is unique and different for each transaction. As a result it can never be predicted in test and always needs matching. As a result, touching any like with this data is annoying. We solve the problem once and for all by installing an automatic replacement. In test, this will now show as: TXNID=TXN:$ID$
Showing
- tests/run-tests.py 1 addition, 0 deletionstests/run-tests.py
- tests/test-bundle.t 2 additions, 2 deletionstests/test-bundle.t
- tests/test-bundle2-exchange.t 37 additions, 37 deletionstests/test-bundle2-exchange.t
- tests/test-bundle2-multiple-changegroups.t 21 additions, 21 deletionstests/test-bundle2-multiple-changegroups.t
- tests/test-hook.t 35 additions, 35 deletionstests/test-hook.t
- tests/test-http-bundle1.t 1 addition, 1 deletiontests/test-http-bundle1.t
- tests/test-http.t 1 addition, 1 deletiontests/test-http.t
- tests/test-https.t 1 addition, 1 deletiontests/test-https.t
- tests/test-push-http-bundle1.t 3 additions, 3 deletionstests/test-push-http-bundle1.t
- tests/test-push-http.t 5 additions, 5 deletionstests/test-push-http.t
- tests/test-ssh-bundle1.t 3 additions, 3 deletionstests/test-ssh-bundle1.t
- tests/test-ssh.t 3 additions, 3 deletionstests/test-ssh.t
- tests/test-static-http.t 1 addition, 1 deletiontests/test-static-http.t
Loading
Please register or sign in to comment