Browse Source

Deleted more from runtest.sh solves #249

Yann Weber 8 years ago
parent
commit
a65b87d596
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      runtest.sh

+ 1
- 1
runtest.sh View File

@@ -71,7 +71,7 @@ then
71 71
     logfiles=$(ls $logdir)
72 72
     for logfile in $logfiles
73 73
     do
74
-        more $logdir/$logfile
74
+        cat $logdir/$logfile
75 75
     done
76 76
     if [[ $logdisplay -eq 2 ]]
77 77
     then 

Loading…
Cancel
Save