Fix test runner by changing directory before peeking
1 files changed, 1 insertions(+), 0 deletions(-) M .builds/debian_stretch.yml
M .builds/debian_stretch.yml => .builds/debian_stretch.yml +1 -0
@@ 15,5 15,6 @@ tasks: cd ~/quicklisp/local-projects/crates2 make test - peek-results: | + cd ~/quicklisp/local-projects/crates2 head -n 42 got.txt tail -n 40 got.txt