Skip to content
New issue

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

check fails on WSL Debian GNU/Linux 10 #93

Open
polluks opened this issue Feb 15, 2024 · 2 comments
Open

check fails on WSL Debian GNU/Linux 10 #93

polluks opened this issue Feb 15, 2024 · 2 comments

Comments

@polluks
Copy link

polluks commented Feb 15, 2024

ls-F built-in command

135: ls-F                                            FAILED (ls-F.at:36)
136: ls-F color CLICOLOR_FORCE                       FAILED (ls-F.at:93)
137: ls-F color LSCOLORS                             FAILED (ls-F.at:123)
138: ls-F color LS_COLORS                            FAILED (ls-F.at:286)
@suominen
Copy link
Member

Doesn't the test suite provide more information when a test fails? As it is, your report does not provide sufficient information to suggest a fix.

@polluks
Copy link
Author

polluks commented Mar 11, 2024

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
135. ls-F.at:33: testing ls-F ...
./ls-F.at:36: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/135/stderr      2024-03-11 10:09:52.391108000 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/135/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:36: exit code was 127, expected 0
135. ls-F.at:33: 135. ls-F (ls-F.at:33): FAILED (ls-F.at:36)

#                             -*- compilation -*-
136. ls-F.at:90: testing ls-F color CLICOLOR_FORCE ...
./ls-F.at:93: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/136/stderr      2024-03-11 10:09:52.475748200 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/136/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:93: exit code was 127, expected 0
136. ls-F.at:90: 136. ls-F color CLICOLOR_FORCE (ls-F.at:90): FAILED (ls-F.at:93)

#                             -*- compilation -*-
137. ls-F.at:120: testing ls-F color LSCOLORS ...
./ls-F.at:123: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/137/stderr      2024-03-11 10:09:52.602183100 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/137/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:123: exit code was 127, expected 0
137. ls-F.at:120: 137. ls-F color LSCOLORS (ls-F.at:120): FAILED (ls-F.at:123)

#                             -*- compilation -*-
138. ls-F.at:283: testing ls-F color LS_COLORS ...
./ls-F.at:286: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/138/stderr      2024-03-11 10:09:52.717820000 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/138/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:286: exit code was 127, expected 0
138. ls-F.at:283: 138. ls-F color LS_COLORS (ls-F.at:283): FAILED (ls-F.at:286)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants