[geary/wip/workaround-gcc150-b0rkedness: 2/2] Add some debug to find out what the hostname actually is
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/workaround-gcc150-b0rkedness: 2/2] Add some debug to find out what the hostname actually is
- Date: Tue, 19 Feb 2019 06:14:38 +0000 (UTC)
commit 189902286239c4e293795a96923266fd5ded9f7a
Author: Michael Gratton <mike vee net>
Date: Tue Feb 19 16:48:21 2019 +1100
Add some debug to find out what the hostname actually is
test/test-engine.vala | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/test/test-engine.vala b/test/test-engine.vala
index cb8cd237..787f20ba 100644
--- a/test/test-engine.vala
+++ b/test/test-engine.vala
@@ -28,6 +28,9 @@ int main(string[] args) {
"gcc150.osuosl.org"
);
+ print("\n=========================================\n");
+ print("hostname: %s", GLib.Environment.get_host_name());
+
engine.add_suite(new Geary.AccountInformationTest().get_suite());
engine.add_suite(new Geary.AttachmentTest().get_suite());
engine.add_suite(new Geary.EngineTest().get_suite());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]