Loading ci_cd/problem3c.yml +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ extra_credit: } trap cleanup EXIT - $(./tester > tester.out) - trap - EXIT - score="$(tail -n 1 tester.out | tr -d '[:space:]')" - echo $(tail -n 4 tester.out) - echo "Your score is $score" Loading Loading
ci_cd/problem3c.yml +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ extra_credit: } trap cleanup EXIT - $(./tester > tester.out) - trap - EXIT - score="$(tail -n 1 tester.out | tr -d '[:space:]')" - echo $(tail -n 4 tester.out) - echo "Your score is $score" Loading