|
|
| 1887 |
parser.add_option("-u", "--update-data", action="store_true", dest="update_data", default=False, |
1887 |
parser.add_option("-u", "--update-data", action="store_true", dest="update_data", default=False, |
| 1888 |
help="If examples use reference data files, get them to re-generate them") |
1888 |
help="If examples use reference data files, get them to re-generate them") |
| 1889 |
|
1889 |
|
| 1890 |
parser.add_option("-f", "--fullness", action="store", type="string", dest="fullness", default="QUICK", |
1890 |
parser.add_option("-f", "--fullness", action="store", type="choice", dest="fullness", default="QUICK", |
| 1891 |
metavar="FULLNESS", |
1891 |
metavar="FULLNESS", choices=["QUICK", "EXTENSIVE", "TAKES_FOREVER"], |
| 1892 |
help="choose the duration of tests to run: QUICK, EXTENSIVE, or TAKES_FOREVER, where EXTENSIVE includes QUICK and TAKES_FOREVER includes QUICK and EXTENSIVE (only QUICK tests are run by default)") |
1892 |
help="choose the duration of tests to run: QUICK, EXTENSIVE, or TAKES_FOREVER, where EXTENSIVE includes QUICK and TAKES_FOREVER includes QUICK and EXTENSIVE (only QUICK tests are run by default)") |
| 1893 |
|
1893 |
|
| 1894 |
parser.add_option("-g", "--grind", action="store_true", dest="valgrind", default=False, |
1894 |
parser.add_option("-g", "--grind", action="store_true", dest="valgrind", default=False, |