From 6c51ea48fa05fb87f1264be30648ca0241460155 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 1 Sep 2020 17:53:58 +0800 Subject: [PATCH] fix previous commit --- zynq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zynq.nix b/zynq.nix index db993b2..39c94e1 100644 --- a/zynq.nix +++ b/zynq.nix @@ -64,7 +64,7 @@ in artiq_run --device-db ${}/examples/device_db.py ${}/examples/mandelbrot.py echo Running ARTIQ unit tests... - ARTIQ_ROOT=${}/examples/examples python -m unittest discover artiq.test.coredevice -v + ARTIQ_ROOT=${}/examples python -m unittest discover artiq.test.coredevice -v touch $out