From 3fa4f84958df7e6d1ea43e91ae3a8224140ee021 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Mon, 22 Apr 2019 00:18:21 +0200 Subject: [PATCH] main: run only artiq.test.coredevice for windows in extended-tests --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index 3f69f08..fe442db 100644 --- a/main.nix +++ b/main.nix @@ -101,7 +101,7 @@ in export ARTIQ_LOW_LATENCY=1 python -m unittest discover -v artiq.test.coredevice - ${windowsRunner { testCommand = "set ARTIQ_ROOT=%cd%\\anaconda\\envs\\artiq-env\\Lib\\site-packages\\artiq\\examples\\kc705_nist_clock&&set ARTIQ_LOW_LATENCY=1&&python -m unittest discover -v artiq.test"; }}/bin/run.sh + ${windowsRunner { testCommand = "set ARTIQ_ROOT=%cd%\\anaconda\\envs\\artiq-env\\Lib\\site-packages\\artiq\\examples\\kc705_nist_clock&&set ARTIQ_LOW_LATENCY=1&&python -m unittest discover -v artiq.test.coredevice"; }}/bin/run.sh mkdir $out cp ${generatedNix}/pkgs/artiq-version.nix $out/passed