Skip to content

Commit

Permalink
FIXED: ошибка в run.sh для запуска оптимизаций дерева (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed May 27, 2019
1 parent 11ffaee commit 98a9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run_test_all_modes() {
echo "Special conditions tests is passed"
fi

if grep 'CONDITIONS' $1 > /dev/null; then
if grep 'TREE' $1 > /dev/null; then
echo "Pass special conditions tests:"
SRFLAGS_PLUS="$SRFLAGS_PLUS_INIT"
SRFLAGS=-OT $2 $1
Expand Down

0 comments on commit 98a9ce8

Please sign in to comment.