github.com/shaardie/u-root@v4.0.1-0.20190127173353-f24a1c26aa2e+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 "$@"