projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c859b31
)
integration-test-wrapper: Remove unneeded format strings
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Fri, 22 Nov 2024 21:37:34 +0000
(22:37 +0100)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Sun, 24 Nov 2024 15:47:20 +0000
(16:47 +0100)
test/integration-test-wrapper.py
patch
|
blob
|
history
diff --git
a/test/integration-test-wrapper.py
b/test/integration-test-wrapper.py
index a680ddee5351cfc9efa105b81fd53b36520dd4a6..d9c035e99f99f0479d8cfde6061317f8b0b466e1 100755
(executable)
--- a/
test/integration-test-wrapper.py
+++ b/
test/integration-test-wrapper.py
@@
-70,7
+70,7
@@
def main():
shell = bool(int(os.getenv("TEST_SHELL", "0")))
if shell and not sys.stderr.isatty():
- print(
f
"--interactive must be passed to meson test to use TEST_SHELL=1", file=sys.stderr)
+ print("--interactive must be passed to meson test to use TEST_SHELL=1", file=sys.stderr)
exit(1)
name = args.name + (f"-{i}" if (i := os.getenv("MESON_TEST_ITERATION")) else "")
@@
-84,7
+84,7
@@
def main():
if not shell:
dropin += textwrap.dedent(
-
f
"""
+ """
[Unit]
SuccessAction=exit
SuccessActionExitStatus=123