- Timestamp:
- Dec 19, 2025, 11:29:38 PM (6 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 25aa214
- Parents:
- 29ba9a
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:12:52)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Options/Session/testsuite-options-load-session-python.at
r29ba9a rd2be22 20 20 AT_SETUP([Standard Options - load session]) 21 21 AT_KEYWORDS([options python load-session]) 22 AT_TESTED([python3 diff grep ])22 AT_TESTED([python3 diff grep sed]) 23 23 AT_SKIP_IF([../../molecuilder --help load-session; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 24 … … 38 38 # check that session is stored and can be executed when correctly prefixed 39 39 file=complextest.py 40 AT_CHECK([../../molecuilder --load-session ${abs_top_srcdir}/tests/regression/Options/Session/pre/$file --store-session $file --session-type "python"], 0, [ignore], [ignore]) 41 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Options/Session/post/$file], 0, [ignore], [ignore]) 40 AT_CHECK([sed -e "s#BONDTABLE#${abs_top_srcdir}/data/bondtables/bondtable.dat#" ${abs_top_srcdir}/tests/regression/Options/Session/pre/$file >${file/.py}2.py], 0, [ignore], [ignore]) 41 AT_CHECK([../../molecuilder --load-session ${file/.py}2.py --store-session $file --session-type "python"], 0, [ignore], [ignore]) 42 AT_CHECK([sed -e "s#BONDTABLE#${abs_top_srcdir}/data/bondtables/bondtable.dat#" ${abs_top_srcdir}/tests/regression/Options/Session/post/$file >${file/.py}3.py], 0, [ignore], [ignore]) 43 AT_CHECK([diff $file ${file/.py}3.py], 0, [ignore], [ignore]) 42 44 AT_CHECK([../../runpython ./$file], 0, [ignore], [ignore]) 43 45 … … 50 52 51 53 file=complexwait.py 52 AT_CHECK([../../molecuilder --load-session ${abs_top_srcdir}/tests/regression/Options/Session/pre/$file], 0, [stdout], [ignore]) 54 AT_CHECK([sed -e "s#BONDTABLE#${abs_top_srcdir}/data/bondtables/bondtable.dat#" ${abs_top_srcdir}/tests/regression/Options/Session/pre/$file >$file], 0, [ignore], [ignore]) 55 AT_CHECK([../../molecuilder --load-session $file], 0, [stdout], [ignore]) 53 56 # NOTE: The output from the python script itself may or may not appear. The embedding has weird 54 57 # effects, especially with the additional thread for the ActionQueue. Loading a python
Note:
See TracChangeset
for help on using the changeset viewer.
