github.com/system-transparency/u-root@v6.0.1-0.20190919065413-ed07a650de4c+incompatible/integration/RUNLOCAL (about) 1 #!/bin/bash 2 3 # To use this script, drop a bzImage here and away you go. 4 # Some examples: 5 # ./RUNLOCAL 6 # ./RUNLOCAL -v -test.run TestTczclient 7 UROOT_QEMU="qemu-system-x86_64" UROOT_KERNEL=bzImage go test "$@"