You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make tests/run.sh posix-compliant by using \033[ rather than \e
seems like \e is only offered in bash
not in zsh (I'm using VSCode's integrated shell, running zsh, and all I see is
~/projects/yosys-slang/tests | chore/warn-for-wait-and-expect $ ./run.sh
./unit/async.ys... \e[32mOK\e[0m
.
.
.
afaik, ubuntu uses dash, and the first thing that comes up online is that dash also sees this problem of not having \e function like this
0 commit comments