Changes in tests/testsuite.at [cc2ee5:ab3a0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/testsuite.at
-
Property mode
changed from
100755
to100644
rcc2ee5 rab3a0e 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])18 14 AT_CLEANUP 19 15 … … 42 38 AT_CHECK([../../molecuilder -e ./ <input], 0, [ignore], [ignore]) 43 39 AT_CHECK([diff main_pcp_linux test.conf], 0, [ignore], [ignore]) 44 # 4. test some more configuration45 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, [1047 ], [ignore])48 40 AT_CLEANUP 49 41 -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.