Ignore:
Timestamp:
Mar 3, 2024, 10:13:48 AM (20 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
ad0929
Parents:
399c69
Message:

Adapting python regression tests to python3.

  • AT_TESTED cannot (easily) use @PYTHON@.
  • Hence, we replaced python with python3.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Options/Session/testsuite-options-store-session-python.at

    r399c69 r02f14d  
    2020AT_SETUP([Standard Options - store session as Python])
    2121AT_KEYWORDS([options python store-session])
    22 AT_TESTED([python diff grep])
     22AT_TESTED([python3 diff grep])
    2323AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    2424
     
    3333AT_SETUP([Standard Options - store complex session as Python])
    3434AT_KEYWORDS([options python store-session])
    35 AT_TESTED([python diff grep])
     35AT_TESTED([python3 diff grep])
    3636AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi])
    3737
Note: See TracChangeset for help on using the changeset viewer.