git://git.nikiroo.be
/
nsub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6f440
)
test: fix launcher
author
Niki Roo
<niki@nikiroo.be>
Sun, 6 Mar 2022 21:03:56 +0000
(22:03 +0100)
committer
Niki Roo
<niki@nikiroo.be>
Sun, 6 Mar 2022 21:03:56 +0000
(22:03 +0100)
src/tests/launcher.c
patch
|
blob
|
blame
|
history
diff --git
a/src/tests/launcher.c
b/src/tests/launcher.c
index c1f74a5010dcd887528df44a5b55f9dbdc857376..ebdfe83536006376f599d9d7647e0d0117bdab0b 100644
(file)
--- a/
src/tests/launcher.c
+++ b/
src/tests/launcher.c
@@
-143,8
+143,6
@@
int main(int argc, char **argv) {
test_success();
cont = 0;
} else if (!strcmp("--failed", argv[i])) {
- if ((i + 1) >= argc)
- return 1;
test_failure();
cont = 0;
} else if (!strcmp("--more", argv[i])) {