We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752d9f8 commit 246320dCopy full SHA for 246320d
src/gardenlinux/features/reproducibility/__main__.py
@@ -38,7 +38,7 @@ def generate(args: argparse.Namespace) -> None:
38
print(result, end="")
39
40
if files != []:
41
- exit(1)
+ exit(64)
42
43
44
def format(args: argparse.Namespace) -> None:
tests/features/test_reproducibility.py
@@ -195,4 +195,4 @@ def test_comparator_main(
195
196
assert received == "/a/b/c.txt\n"
197
assert pytest_exit.type is SystemExit
198
- assert pytest_exit.value.code == 1
+ assert pytest_exit.value.code == 64
0 commit comments