From 270d012bbd2df4618ea137929f196644353727e9 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Tue, 9 Aug 2016 15:57:54 +0200 Subject: [PATCH] fix detection of predefined tests for nonlinear patterns --- tests.aarbology.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.aarbology.sh b/tests.aarbology.sh index 3c6e031d2a..a5b224faae 100755 --- a/tests.aarbology.sh +++ b/tests.aarbology.sh @@ -272,7 +272,7 @@ function runTestNonlinearPattern { # predefined tests first 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 SUBJECT_FILE_COPY=$(mktemp) PATTERN_FILE_COPY=$(mktemp) -- GitLab