diff --git a/.circleci/soltest_all.sh b/.circleci/soltest_all.sh index 8281131b8..a88513aca 100755 --- a/.circleci/soltest_all.sh +++ b/.circleci/soltest_all.sh @@ -80,6 +80,6 @@ done if (($STEP != $STEPS + 1)) then - echo "Step counter not properly adjusted!" >2 + echo "Step counter not properly adjusted!" >&2 exit 1 fi