File: __driver__.lua

package info (click to toggle)
monotone 1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,984 kB
  • ctags: 8,622
  • sloc: cpp: 86,450; sh: 6,906; perl: 924; makefile: 813; python: 517; lisp: 379; sql: 118; exp: 91; ansic: 52
file content (14 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mtn_setup()

check(raw_mtn("--no-standard-rcfiles"), 2, false, true)
check(qgrep("Usage:", "stderr"))
check(raw_mtn("--help"), 0, false)
check(raw_mtn("--version"), 0, false)
check(raw_mtn("--no-builtin-rcfile", "--help"), 0, false)
check(raw_mtn("--no-standard-rcfiles", "--help"), 0, false)
check(raw_mtn("--debug", "--help"), 0, false, false)
check(raw_mtn("--quiet", "--help"), 0, false)
check(raw_mtn("--db=foo.db", "--help"), 0, false)
check(raw_mtn("--db", "foo.db", "--help"), 0, false)
check(raw_mtn("--key=someone@foo.com", "--help"), 0, false)
check(raw_mtn("--key", "someone@foo.com", "--help"), 0, false)