Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testsuite.at

    • Property mode changed from 100755 to 100644
    rcc2ee5 rab3a0e  
    1212AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore])
    1313AT_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])
    1814AT_CLEANUP
    1915
     
    4238AT_CHECK([../../molecuilder -e ./ <input], 0, [ignore], [ignore])
    4339AT_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])
    4840AT_CLEANUP
    4941
Note: See TracChangeset for help on using the changeset viewer.