Commit 7330c563 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

ec

parent 86a342bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@ extra_credit:
    - make tester
    - |
      cleanup() {
        echo "=== cleanup ==="
        tail -n 3 tester.out || true
        echo "=== TIME OUT ==="
        tail -n 30 tester.out || true
      }
      trap cleanup EXIT
    - $(./tester > tester.out)