Loading ci_cd/problem1c.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
ci_cd/problem1c.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading