| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| // Check last directory to exist is below maxdepth. | ||
| t.truthy(shell.test('-d', `${t.context.tmp}/copytestdepth${directory32deep}`)); | ||
| t.falsy(shell.test('-d', `${t.context.tmp}/copytestdepth${directory32deep}/32`)); | ||
| utils.skipOnWinForEPERM(shell.ln.bind(shell, '-s', `${t.context.tmp}/0`, `${t.context.tmp}/symlinktest`), () => { |
There was a problem hiding this comment.
Delete it because it doesn't create symlinks to check for cycle.
Sorry, something went wrong.
|
test passes in my local environment... 😓 |
Sorry, something went wrong.
|
Could you rebase? I recently updated CI to use GitHub actions instead. This may be more reliable than the old environment. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1045 +/- ##
==========================================
- Coverage 97.19% 97.04% -0.15%
==========================================
Files 36 36
Lines 1354 1354
==========================================
- Hits 1316 1314 -2
- Misses 38 40 +2 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
I don't know how to solve this problem in windows, so close |
Sorry, something went wrong.
|
Thanks for trying the rebase. Looks like the error message from https://github.com/shelljs/shelljs/runs/5018531671?check_suite_focus=true is: cp » Test with cycle symlink D:\a\shelljs\shelljs\tmp04812076144037267068[653](https://github.com/shelljs/shelljs/runs/5018531671?check_suite_focus=true#step:5:653)06818777819\test\cp.js:635 Value is not falsy: 'cp: cannot create directory \'new\': No such file or directory' _utils.default.skipOnWinForEPERM (test/cp.js:635:9) Object.skipOnWinForEPERM (test/utils/utils.js:31:5) t (test/cp.js:629:11) I wonder if new is a reserved word on Windows, or maybe we just can't create the dir for some reason? |
Sorry, something went wrong.
|
'cp: cannot create directory \'newsub\': No such file or directory' 🤔 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Related: #739