Ignore:
Timestamp:
Dec 26, 2025, 9:40:14 PM (27 hours ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Recreated guicheck from regression tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/GuiChecks/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at

    r47ebb2 r4538c0  
    2424AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    2525AT_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])
     26AT_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])
    2727AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore])
    2828AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr])
     
    3737AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    3838AT_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])
     39AT_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])
    4040AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore])
    4141AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr])
     
    5050AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    5151AT_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])
     52AT_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])
    5353AT_CHECK([grep -v "Command.*DryRun" session-graph-subgraph-dissection.py >session-graph-subgraph-dissection_new.py], 0, [ignore], [ignore])
    5454AT_CHECK([../../molecuilderguitest session-graph-subgraph-dissection_new.py], 0, [stdout], [stderr])
Note: See TracChangeset for help on using the changeset viewer.