We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c435a commit 87cdf86Copy full SHA for 87cdf86
contRun.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+make test
4
5
+ret=$?
6
7
+while [ $ret == 0 ]; do
8
+ make test
9
+ ret=$?
10
+done
0 commit comments