blob: 094426da128e6bf7bb6cddd91b8d0e46162ff4b6 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: 3a96622cc938f558b023e1110769a46861716a12 $
4
5#
6# The "sometimes" module is here for debugging purposes. Each instance
7# randomly returns the configured result, or "noop".
8#
9# It is based on the "always" module.
10sometimes {
11 rcode = fail
12}