Skip to content
Snippets Groups Projects
Commit 270d012b authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix detection of predefined tests for nonlinear patterns

parent ffc77122
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ function runTestNonlinearPattern { ...@@ -272,7 +272,7 @@ function runTestNonlinearPattern {
   
# predefined tests first # predefined tests first
for SUBJECT_FILE in `ls $TESTS_DIR/aarbology.test*.subject.xml`; do for SUBJECT_FILE in `ls $TESTS_DIR/aarbology.test*.subject.xml`; do
PATTERN_FILE=${SUBJECT_FILE%.subject.xml}.nonlinearPattern.xml PATTERN_FILE=${SUBJECT_FILE%.subject.xml}.nonlinear.pattern.xml
if [ -f $PATTERN_FILE ]; then if [ -f $PATTERN_FILE ]; then
SUBJECT_FILE_COPY=$(mktemp) SUBJECT_FILE_COPY=$(mktemp)
PATTERN_FILE_COPY=$(mktemp) PATTERN_FILE_COPY=$(mktemp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment