summaryrefslogtreecommitdiff
path: root/dotest.sh
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 16:59:19 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 16:59:19 -0300
commit5f70797f238466715196dd5d893c6ef77e2650fd (patch)
treedcabbdda55925e73fda2400424f24d9d20a199aa /dotest.sh
parent899efcc5442804e312b6d98aa248ac3601da06d3 (diff)
Debug info
Diffstat (limited to 'dotest.sh')
-rwxr-xr-xdotest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotest.sh b/dotest.sh
index a87cb9f..c438dc7 100755
--- a/dotest.sh
+++ b/dotest.sh
@@ -2,4 +2,5 @@
mvn clean compile exec:java > outp.txt 2> error.txt;
-tail -n +32 outp.txt | view -c "normal! zR" -;
+tail -n +32 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
+# tail -n +32 outp.txt | view -c "normal! zR" -;