From e623036a650eac1bc3ed546c10dc557c196c883f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 5 Jul 2020 20:48:40 +0800 Subject: [PATCH] zynq: add Completed message at end of HITL test --- zynq.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zynq.nix b/zynq.nix index a89ac39..1eef651 100644 --- a/zynq.nix +++ b/zynq.nix @@ -45,6 +45,8 @@ in artiq_run --device-db ${}/examples/device_db.py ${}/examples/mandelbrot.py touch $out + + echo Completed ''; }); }