We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca0021 commit c4bfab0Copy full SHA for c4bfab0
tests/src/core/runtests.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$ |awk '{print $8}'|awk '$1=$1' RS=`
3
+for FILE in $LIST;
4
+do
5
+ echo "Running $FILE"
6
+ `./${FILE}`
7
+done
0 commit comments