From 67fb889824b4fc10f7fbde70632e9a82a2514a72 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 23:01:03 +0800 Subject: [PATCH] trying to gather more info about the hydra runcommand environment --- extended-tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extended-tests.py b/extended-tests.py index 35f8314..b8b683a 100644 --- a/extended-tests.py +++ b/extended-tests.py @@ -2,3 +2,7 @@ import os print("hello world") os.system("artiq_client --version") +os.system("whoami") +os.system("ls /") +os.system("ls ~/") +os.system("ls -l /tmp")