blob: 3a96622cc938f558b023e1110769a46861716a12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- text -*-
#
# $Id$
#
# The "sometimes" module is here for debugging purposes. Each instance
# randomly returns the configured result, or "noop".
#
# It is based on the "always" module.
sometimes {
rcode = fail
}
|