summaryrefslogtreecommitdiff
path: root/omnibus/omnibus-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/omnibus-test.sh')
-rw-r--r--omnibus/omnibus-test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh
index 47b21ae431..1446d0b353 100644
--- a/omnibus/omnibus-test.sh
+++ b/omnibus/omnibus-test.sh
@@ -15,6 +15,12 @@ if [[ -f /etc/redhat-release ]]; then
fi
fi
+# We have seen rare cases where the platform we think we are testing on
+# is not the platform we are really testing on. We're outputting the complete
+# uname string so that we can confirm platform and version in the build log when necessary
+echo "--- Verifying OS"
+uname -a
+
# Set up a custom tmpdir, and clean it up before and after the tests
export TMPDIR="${TMPDIR:-/tmp}/cheftest"
sudo rm -rf "$TMPDIR"