#### Generate a little test noise ####
% for f in test/files/run/t41*check; do echo "BIPPY\nBOO" >> $f ; done
% test/partest test/files/run/t41*
Discarding 8 invalid test paths
Selected 11 tests drawn from specified tests
# starting 11 tests in run
!! 1 - run/t4110-old.scala [output differs]
!! 2 - run/t4148.scala [output differs]
ok 3 - run/t4119
ok 4 - run/t4147.scala
!! 5 - run/t4138.scala [output differs]
ok 6 - run/t4122.scala
!! 7 - run/t4124.scala [output differs]
!! 8 - run/t4110-new.scala [output differs]
!! 9 - run/t4171.scala [output differs]
!! 10 - run/t4190.scala [output differs]
!! 11 - run/t4172.scala [output differs]
# 3/11 passed, 8 failed in run
Failed test paths (this command can be run to update checkfiles)
test/partest --update-check \
test/files/run/t4110-new.scala \
test/files/run/t4110-old.scala \
test/files/run/t4124.scala \
test/files/run/t4138.scala \
test/files/run/t4148.scala \
test/files/run/t4171.scala \
test/files/run/t4172.scala \
test/files/run/t4190.scala
3/11 passed, 8 failed (elapsed time: 00:00:18)
Test Run FAILED
#### paulp pastes the above suggestion into the terminal ####
% test/partest --update-check \
> test/files/run/t4110-new.scala \
> test/files/run/t4110-old.scala \
> test/files/run/t4124.scala \
> test/files/run/t4138.scala \
> test/files/run/t4148.scala \
> test/files/run/t4171.scala \
> test/files/run/t4172.scala \
> test/files/run/t4190.scala
Selected 8 tests drawn from specified tests
# starting 8 tests in run
++ 1 - run/t4171.scala [updated check file]
++ 2 - run/t4110-old.scala [updated check file]
++ 3 - run/t4148.scala [updated check file]
++ 4 - run/t4138.scala [updated check file]
++ 5 - run/t4124.scala [updated check file]
++ 6 - run/t4190.scala [updated check file]
++ 7 - run/t4110-new.scala [updated check file]
++ 8 - run/t4172.scala [updated check file]
8/8 passed (elapsed time: 00:00:15)
Test Run PASSED