From 41161a3762f2cb09e9acb106c49aa934bb151378 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 22:57:48 +0800 Subject: [PATCH] try to run command in extended-tests --- extended-tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extended-tests.py b/extended-tests.py index 4a42cac..35f8314 100644 --- a/extended-tests.py +++ b/extended-tests.py @@ -1,2 +1,4 @@ -print("hello world") +import os +print("hello world") +os.system("artiq_client --version")