Changes in tests/testsuite.at [ab3a0e:cc2ee5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/testsuite.at
-
Property mode
changed from
100644
to100755
rab3a0e rcc2ee5 12 12 AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore]) 13 13 AT_CHECK([fgrep "Give this help screen" stdout], 0, [ignore], [ignore]) 14 AT_CHECK([../../molecuilder -e], 0, [ignore], [stderr]) 15 AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore]) 16 AT_CHECK([../../molecuilder test.conf], 0, [stdout], [stderr]) 17 AT_CHECK([fgrep "Element list loading failed" stdout], 0, [ignore], [ignore]) 14 18 AT_CLEANUP 15 19 … … 38 42 AT_CHECK([../../molecuilder -e ./ <input], 0, [ignore], [ignore]) 39 43 AT_CHECK([diff main_pcp_linux test.conf], 0, [ignore], [ignore]) 44 # 4. test some more configuration 45 AT_CHECK([../../molecuilder test.conf -e ./ -t -s -b -F -E -c -b -a -U -T -u], 0, [ignore], [stderr]) 46 AT_CHECK([fgrep -c "Not enough or invalid" stderr], 0, [10 47 ], [ignore]) 40 48 AT_CLEANUP 41 49 -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.