##// END OF EJS Templates
tests: stabilize `test-transaction-wc-rollback-race.t` on Windows...
tests: stabilize `test-transaction-wc-rollback-race.t` on Windows MSYS has a tendency to munge C:\Dir\SubDir\File into C:DirSubDirFile unless it is quoted, and that's what was happening here- there were a lot of these failures: file not created after 5 seconds: $TESTTMP/transaction-waiting I suspect quoting is only needed in the hook script that is generated (the catting of the log file pointed me in the right direction here), but I missed a spot and trial and error got me here. The quoting elsewhere doesn't harm anything and it was taking 7+ minutes to run this test when things were timing out, so I don't feel like reducing the quoting to the minimum required.

File last commit:

r51340:0729d011 default
r52839:d7e61891 default
Show More
nix
8 lines | 268 B | text/plain | NixLexer
# Tests to be disabled when building and testing in the Nix sandbox.
# tests enforcing "/usr/bin/env" shebangs, which are patched for nix
test-run-tests.t
test-check-shbang.t
# doesn't like the extra setlocale warnings emitted by the nix bash wrappers
test-locale.t