Ignore:
Timestamp:
Apr 4, 2018, 4:59:24 PM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
Children:
f4b6bc9
Parents:
6491d3
git-author:
Frederik Heber <frederik.heber@…> (07/17/17 12:17:22)
git-committer:
Frederik Heber <frederik.heber@…> (04/04/18 16:59:24)
Message:

TESTFIX: Convex Tesselation did not specify nonconvex-file which they have to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Tesselations/Convex/1_2-dimethoxyethane/testsuite-1_2-dimethoxyethane.at

    r6491d3 r775f3f  
    2929for RADIUS in  2.5 5 25; do
    3030        output=ConvexEnvelope-${mol}-${RADIUS}.dat
    31         AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output], 0, [stdout], [stderr])
     31        AT_CHECK([../../molecuilder -i $file --select-molecule-by-id 0 --verbose 1 --convex-envelope ${RADIUS} --convex-file $output --nonconvex-file non_$output], 0, [stdout], [stderr])
    3232        AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" ${abs_top_srcdir}/tests/Tesselations/Convex/${mol}/post/$output | sort -n >reference-triangles.dat], 0, [ignore], [ignore])
    3333        AT_CHECK([grep -E "^[0-9]* [0-9]* [0-9]*$" $output | sort -n >new-triangles.dat], 0, [ignore], [ignore])
Note: See TracChangeset for help on using the changeset viewer.