We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094b93c commit 971e2d3Copy full SHA for 971e2d3
tests/src/core/runtests.sh
@@ -3,5 +3,5 @@ LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$
3
for FILE in $LIST;
4
do
5
echo "Running $FILE"
6
- `./${FILE}`
+ ./${FILE} | tail -2 |head -1
7
done
0 commit comments