This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
packages
Watch
2
Star
0
Fork
You've already forked packages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
71ee801e14
Branches
Tags
No results found.
packages
/
utils
/
prometheus
/
test.sh
4 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
prometheus: add runtime test Run trivial check if the compiled binary works on the architecture. Do so by comparing the printed version by the binary with the Makefile version. The release is OpenWrt specific, so cut it off. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-06 09:14:14 +00:00
#!/bin/sh
prometheus: simplify runtime test Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-18 04:56:34 +00:00
prometheus --version 2>
&
1
|
grep
"
$2
"
Reference in a new issue
Copy permalink