Changeset 02f14d for tests/regression/Options
- Timestamp:
 - Mar 3, 2024, 10:13:48 AM (20 months ago)
 - Branches:
 - Candidate_v1.7.0, stable
 - Children:
 - ad0929
 - Parents:
 - 399c69
 - Location:
 - tests/regression/Options/Session
 - Files:
 - 
      
- 2 edited
 
- 
          
  testsuite-options-load-session-python.at (modified) (3 diffs)
 - 
          
  testsuite-options-store-session-python.at (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/regression/Options/Session/testsuite-options-load-session-python.at
r399c69 r02f14d 20 20 AT_SETUP([Standard Options - load session]) 21 21 AT_KEYWORDS([options python load-session]) 22 AT_TESTED([python diff grep])22 AT_TESTED([python3 diff grep]) 23 23 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 24 … … 33 33 AT_SETUP([Standard Options - load complex session]) 34 34 AT_KEYWORDS([options python load-session]) 35 AT_TESTED([python diff grep])35 AT_TESTED([python3 diff grep]) 36 36 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 37 37 … … 61 61 AT_SETUP([Standard Options - run complex session with waits]) 62 62 AT_KEYWORDS([options python wait]) 63 AT_TESTED([python diff grep])63 AT_TESTED([python3 diff grep]) 64 64 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 65 65  - 
      
tests/regression/Options/Session/testsuite-options-store-session-python.at
r399c69 r02f14d 20 20 AT_SETUP([Standard Options - store session as Python]) 21 21 AT_KEYWORDS([options python store-session]) 22 AT_TESTED([python diff grep])22 AT_TESTED([python3 diff grep]) 23 23 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 24 … … 33 33 AT_SETUP([Standard Options - store complex session as Python]) 34 34 AT_KEYWORDS([options python store-session]) 35 AT_TESTED([python diff grep])35 AT_TESTED([python3 diff grep]) 36 36 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 37 37  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  