Changeset e7ad08 for tests/regression/Options
- Timestamp:
- Apr 11, 2018, 6:30:10 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator, PythonUI_with_named_parameters, TremoloParser_IncreasedPrecision
- Children:
- cd91bd
- Parents:
- 8819d2
- git-author:
- Frederik Heber <frederik.heber@…> (09/06/17 12:58:47)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/11/18 06:30:10)
- Location:
- tests/regression/Options
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.at
r8819d2 re7ad08 21 21 AT_KEYWORDS([options dry-run no-dry-run store-session]) 22 22 AT_SKIP_IF([../../molecuilder --help store-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 23 AT_XFAIL_IF([/bin/true]) 23 24 24 25 # sample session -
tests/regression/Options/Session/testsuite-options-load-session-python.at
r8819d2 re7ad08 22 22 AT_TESTED([python diff grep]) 23 23 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 AT_XFAIL_IF([/bin/true]) 24 25 25 26 # check that session is stored and can be executed when correctly prefixed … … 35 36 AT_TESTED([python diff grep]) 36 37 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 38 AT_XFAIL_IF([/bin/true]) 37 39 38 40 # check that session is stored and can be executed when correctly prefixed -
tests/regression/Options/Session/testsuite-options-store-session-python.at
r8819d2 re7ad08 22 22 AT_TESTED([python diff grep]) 23 23 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 AT_XFAIL_IF([/bin/true]) 24 25 25 26 # check that session is stored and can be executed when correctly prefixed … … 35 36 AT_TESTED([python diff grep]) 36 37 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 38 AT_XFAIL_IF([/bin/true]) 37 39 38 40 # check that session is stored and can be executed when correctly prefixed
Note:
See TracChangeset
for help on using the changeset viewer.