summaryrefslogtreecommitdiff
path: root/dotest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotest.sh')
-rwxr-xr-xdotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotest.sh b/dotest.sh
index c438dc7..df56c20 100755
--- a/dotest.sh
+++ b/dotest.sh
@@ -2,5 +2,5 @@
mvn clean compile exec:java > outp.txt 2> error.txt;
-tail -n +32 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
+tail -n +28 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
# tail -n +32 outp.txt | view -c "normal! zR" -;