From c16af009779266726c596eaec332ae550674a685 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 10 Nov 2019 19:39:30 +0800 Subject: [PATCH] windows: run sipyco tests --- artiq-fast/windows/run-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/windows/run-test.nix b/artiq-fast/windows/run-test.nix index 9cc2d4d..9d891da 100644 --- a/artiq-fast/windows/run-test.nix +++ b/artiq-fast/windows/run-test.nix @@ -4,7 +4,7 @@ diskImage ? "/opt/windows/c.img", qemuMem ? "2G", testTimeout ? 600, - testCommand ? "python -m unittest discover -v artiq.test", + testCommand ? "python -m unittest discover -v sipyco.test && python -m unittest discover -v artiq.test", }: with pkgs;