File: mock_failure.py

package info (click to toggle)
reprotest 0.7.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: python: 5,064; makefile: 47; sh: 29
file content (7 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
# For details: reprotest/debian/copyright

import random
import sys

sys.exit(random.randrange(1, 127))