We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4679a0f commit 6172a19Copy full SHA for 6172a19
prometheus_v2/test_all_rules.sh
@@ -1,5 +1,6 @@
1
#!/bin/zsh
2
3
for test in $(find ./tests -type f); do
4
- promtool test rules "$test";
5
-done
+ res=`promtool test rules "$test"`
+ echo "test $test $res"
6
+done
0 commit comments