Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/testsuite-standard_options.at

    rf821d6 r192f6e  
    1818AT_SETUP([Standard Options - no element database])
    1919AT_KEYWORDS([options])
    20 AT_CHECK([../../molecuilder -e], 255, [ignore], [stderr])
    21 AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore])
     20AT_CHECK([../../molecuilder -e], 134, [ignore], [stderr])
    2221AT_CLEANUP
    2322
     
    3029Helium  He      1       18      p       2       4.003   1.5     1.4
    3130]])
    32 AT_CHECK([../../molecuilder test.conf -e ./], 0, [stdout], [stderr])
     31AT_CHECK([../../molecuilder -i test.conf -e ./], 0, [stdout], [stderr])
    3332AT_CHECK([grep -E "Using.*as elements database." stdout], 0, [ignore], [ignore])
    3433AT_CHECK([fgrep "Element list loaded successfully." stdout], 0, [ignore], [ignore])
     
    44432       0.      0.
    4544]])
    46 AT_CHECK([../../molecuilder test.conf -g bondlength.db], 0, [stdout], [stderr])
     45AT_CHECK([../../molecuilder -i test.conf -g bondlength.db], 0, [stdout], [stderr])
    4746AT_CHECK([grep -E "Using.*as bond length table." stdout], 0, [ignore], [ignore])
    4847AT_CLEANUP
     
    5150AT_SETUP([Standard Options - fast trajectories])
    5251AT_KEYWORDS([options])
    53 AT_CHECK([../../molecuilder test.conf -n 1], 0, [stdout], [stderr])
     52AT_CHECK([../../molecuilder -i test.conf -n 1], 0, [stdout], [stderr])
    5453AT_CHECK([fgrep "I won't parse trajectories" stdout], 0, [ignore], [ignore])
    5554AT_CLEANUP
     
    5857AT_SETUP([Standard Options - molecule default name])
    5958AT_KEYWORDS([options])
    60 AT_CHECK([../../molecuilder test.conf -X test], 0, [stdout], [stderr])
     59AT_CHECK([../../molecuilder -i test.conf -X test], 0, [stdout], [stderr])
    6160AT_CHECK([fgrep "Default name of new molecules set to test." stdout], 0, [ignore], [ignore])
    6261AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.