Ignore:
File:
1 edited

Legend:

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

    r4f7f34e r192f6e  
    2929Helium  He      1       18      p       2       4.003   1.5     1.4
    3030]])
    31 AT_CHECK([../../molecuilder test.conf -e ./], 0, [stdout], [stderr])
     31AT_CHECK([../../molecuilder -i test.conf -e ./], 0, [stdout], [stderr])
    3232AT_CHECK([grep -E "Using.*as elements database." stdout], 0, [ignore], [ignore])
    3333AT_CHECK([fgrep "Element list loaded successfully." stdout], 0, [ignore], [ignore])
     
    43432       0.      0.
    4444]])
    45 AT_CHECK([../../molecuilder test.conf -g bondlength.db], 0, [stdout], [stderr])
     45AT_CHECK([../../molecuilder -i test.conf -g bondlength.db], 0, [stdout], [stderr])
    4646AT_CHECK([grep -E "Using.*as bond length table." stdout], 0, [ignore], [ignore])
    4747AT_CLEANUP
     
    5050AT_SETUP([Standard Options - fast trajectories])
    5151AT_KEYWORDS([options])
    52 AT_CHECK([../../molecuilder test.conf -n 1], 0, [stdout], [stderr])
     52AT_CHECK([../../molecuilder -i test.conf -n 1], 0, [stdout], [stderr])
    5353AT_CHECK([fgrep "I won't parse trajectories" stdout], 0, [ignore], [ignore])
    5454AT_CLEANUP
     
    5757AT_SETUP([Standard Options - molecule default name])
    5858AT_KEYWORDS([options])
    59 AT_CHECK([../../molecuilder test.conf -X test], 0, [stdout], [stderr])
     59AT_CHECK([../../molecuilder -i test.conf -X test], 0, [stdout], [stderr])
    6060AT_CHECK([fgrep "Default name of new molecules set to test." stdout], 0, [ignore], [ignore])
    6161AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.