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.
2 parents 4679a0f + 6172a19 commit 40a7e8fCopy full SHA for 40a7e8f
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