We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cp
/bin
ls /bin/cp
TARGET=ia32-generic-qemu LONG_TEST=y CONSOLE=serial ./phoenix-rtos-build/build.sh clean all test
tested on ia32-generic-qemu (ext2)
ia32-generic-qemu
similar behavior:
it seems to be related with psh: some binaries aren't visible when type ls command #194
probably when more than x files are present in specific directory the issue occurs
The text was updated successfully, but these errors were encountered:
This issue blocks enabling night workflows #294 That's why it's labeled as important
important
Sorry, something went wrong.
ext2: Fix _ext2_dir_read() skipping last entries in a directory
dcb929e
Fixes phoenix-rtos/phoenix-rtos-project#581 DONE: RTOS-322
d5f8d30
619dc84
phoenix-rtos/phoenix-rtos-filesystems@b699b05
No branches or pull requests
cp
is not visible when running ls on/bin
directory, even ifls /bin/cp
works properlytested on
ia32-generic-qemu
(ext2)similar behavior:
![Screenshot from 2023-01-02 12-34-53](https://user-images.githubusercontent.com/77304431/210226099-2625d746-61fe-4e58-a299-c5bc799307d6.png)
it seems to be related with psh: some binaries aren't visible when type ls command #194
probably when more than x files are present in specific directory the issue occurs
The text was updated successfully, but these errors were encountered: