xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 53be8bdc28daeffe9a74025bf9ff4ce4a72fa53c

Make scripts/mxe-deploy say which test has failed
Helps with debugging.
Author: xaizek
Author date (UTC): 2025-01-19 14:57
Committer name: xaizek
Committer date (UTC): 2025-01-19 14:57
Parent(s): 45fd3ba9239c0f0aef4ae5ec642a222e94f06e84
Signing key: 99DC5E4DB05F6BE2
Tree: b2558536a53097b989ddd34ab560b09ae710fa07
File Lines added Lines deleted
scripts/mxe-deploy 2 0
File scripts/mxe-deploy changed (mode: 100755) (index 07f601090..6a9613f5d)
... ... for test in bin/*; do
136 136 continue continue
137 137 fi fi
138 138 if ! \$test -s; then if ! \$test -s; then
139 echo "FAILED: \$test (32-bit)"
139 140 exit 1 exit 1
140 141 fi fi
141 142 done done
 
... ... for test in bin/*; do
149 150 continue continue
150 151 fi fi
151 152 if ! \$test -s; then if ! \$test -s; then
153 echo "FAILED: \$test (64-bit)"
152 154 exit 1 exit 1
153 155 fi fi
154 156 done done
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master