Commit 687e01b7 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed feedback language

parent 363c46df
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -67,6 +67,11 @@ benchmark:
      
      context="$(tail -n 10 extra3.out | tail -c 300)"
      
      if [ "$STATUS" -eq 255 ]; then
        echo "Context: $context"
        echo "Sorting error or Unmet benchmark"
        exit 1
        fi
      if [ "$STATUS" -eq 124 ]; then
        echo "Timeout!"
        exit 1
@@ -76,11 +81,6 @@ benchmark:
        echo "Context: $context"
        exit 1
        fi
      if [ "$STATUS" -eq 255 ]; then
        echo "Context: $context"
        echo "one of the sorts was wrong - job failed"
        exit 1
      fi
      
      score="$(tail -n 1 extra3.out | tr -d '[:space:]')"
    - echo "$context"