Changeset eea0bb for tests/regression/Options/Help
- Timestamp:
- Jan 29, 2015, 7:38:23 AM (10 years ago)
- Children:
- 7e6c0d
- Parents:
- 27e464 (diff), 7305d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Options/Help/testsuite-options-help.at
r27e464 reea0bb 27 27 AT_CHECK([fgrep "list of all available Actions" stdout], 0, [ignore], [ignore]) 28 28 AT_CHECK([fgrep "Usage help" stdout], 0, [ignore], [ignore]) 29 AT_CHECK([../../molecuilder --help --actionname"help"], 0, [stdout], [ignore])29 AT_CHECK([../../molecuilder --help "help"], 0, [stdout], [ignore]) 30 30 AT_CHECK([fgrep "Options available for action 'help'" stdout], 0, [ignore], [ignore]) 31 31
Note:
See TracChangeset
for help on using the changeset viewer.