Commit 8e8a13af authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixes

parent 5fedc33e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ benchmark:
      STATUS=$?
      set -e
      
      context="$(tail -c 300 extra3.out)"
      context="$(tail -n 10 extra3.out | tail -c 300)"
      
      if [ "$STATUS" -eq 255 ]; then
        echo "Context: $context"