forked from M-Labs/nix-scripts
try to run command in extended-tests
This commit is contained in:
parent
bf08d60ed2
commit
41161a3762
|
@ -1,2 +1,4 @@
|
|||
print("hello world")
|
||||
import os
|
||||
|
||||
print("hello world")
|
||||
os.system("artiq_client --version")
|
||||
|
|
Loading…
Reference in New Issue