Changeset 4538c0 for tests/GuiChecks/Graph/SubgraphDissection
- Timestamp:
- Dec 26, 2025, 9:40:14 PM (27 hours ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- f0234e
- Parents:
- 47ebb2
- git-author:
- Frederik Heber <frederik.heber@…> (11/25/25 07:35:50)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/26/25 21:40:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/GuiChecks/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at
r47ebb2 r4538c0 24 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 25 25 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 26 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 - I --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr])26 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr]) 27 27 AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore]) 28 28 AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr]) … … 37 37 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 38 38 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 39 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 - I --undo --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr])39 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr]) 40 40 AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore]) 41 41 AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr]) … … 50 50 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 51 51 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 52 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 - I --undo --redo --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr])52 AT_CHECK([../../molecuilder --dry-run -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo --redo --no-dry-run --store-session session-graph-subgraph-dissection.py --session-type python], 0, [stdout], [stderr]) 53 53 AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore]) 54 54 AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr])
Note:
See TracChangeset
for help on using the changeset viewer.
