samples: zephyr: Fix URL in test compilation

This reference to the old Juul URL got missed.  Fix it as well.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2020-11-10 16:31:38 -07:00 committed by David Brown
parent de1d72d069
commit b681028b60
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"os/exec"
"path"
"github.com/JuulLabs-OSS/mcuboot/samples/zephyr/mcutests"
"github.com/mcu-tools/mcuboot/samples/zephyr/mcutests"
)
var outFile = flag.String("out", "test-images.zip", "Name of zip file to put built tests into")