Commit 1ab0be29 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

bug fix

parent 38b7672a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ more_integerp:
    - make more1b
    - $(./more1b > more1b.txt)
    - score="$(cat more1b.txt | tail -n 1 | tr -d '[:space:]')"
    - echo "$more1b"
    - echo "$more1b.txt"
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1b&name=${GITLAB_USER_LOGIN}&score=${score}" # log the score for easy grading
  rules:
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ more_rationalp:
    - make more1c
    - $(./more1b > more1c.txt)
    - score="$(cat more1c.txt | tail -n 1 | tr -d '[:space:]')"
    - echo "$more1c"
    - echo "$more1c.txt"
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw0_more1c&name=${GITLAB_USER_LOGIN}&score=${score}" # log the score for easy grading
  rules: