Skip to content

Commit c06837d

Browse files
committed
fixup! test: use unusual chars in the path to ensure our tests are robust
1 parent 5c968e7 commit c06837d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
run: make -C node run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
5151
- name: Re-run test in a folder whose name contains unusual chars
5252
run: |
53-
mv node 'dir%20with unusual chars åß∂ƒ©∆¬…'
54-
cd 'dir%20with unusual chars åß∂ƒ©∆¬…'
53+
mv node 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
54+
cd 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
5555
./tools/test.py --flaky-tests keep_retrying -p actions -j 2

0 commit comments

Comments
 (0)