From d186375b954f6269f0d4d18d5b0ce26fd6102a82 Mon Sep 17 00:00:00 2001 From: Lam Tran Date: Sat, 20 Apr 2024 23:04:46 +0700 Subject: [PATCH] refactor: add test_defaults_debian.sh --- README.md | 2 +- test/otelcol/test_defaults_debian.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 test/otelcol/test_defaults_debian.sh diff --git a/README.md b/README.md index 4aa0e1d..aaf2fa9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Contents -This repository contains a features: `otelcol` +This repository contains features: `otelcol` ### `otelcol` diff --git a/test/otelcol/test_defaults_debian.sh b/test/otelcol/test_defaults_debian.sh new file mode 100755 index 0000000..240c566 --- /dev/null +++ b/test/otelcol/test_defaults_debian.sh @@ -0,0 +1,9 @@ +#!/bin/bash -i + +set -e + +source dev-container-features-test-lib + +check "otelcol --version" otelcol --version + +reportResults