Skip to content

Commit

Permalink
fixup! fixup! test: use unusual chars in the path to ensure our tests…
Browse files Browse the repository at this point in the history
… are robust
  • Loading branch information
aduh95 committed Jun 24, 2023
1 parent c06837d commit bd9fd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
run: make -C node run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
- name: Re-run test in a folder whose name contains unusual chars
run: |
mv node 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
cd 'dir%20with unusual"chars \'åß∂ƒ©∆¬…`'
mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
./tools/test.py --flaky-tests keep_retrying -p actions -j 2

0 comments on commit bd9fd67

Please sign in to comment.