Commit 828f1204 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

bug fix

parent 71f6b197
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ more_rationalp:
  script:
    - cd hw0/tests
    - make more1c
    - $(./more1b > more1c.txt)
    - $(./more1c > more1c.txt)
    - score="$(cat more1c.txt | tail -n 1 | tr -d '[:space:]')"
    - echo "$(cat more1c.txt)"
    - echo "Your score is $score"