github.com/hugelgupf/u-root@v0.0.0-20191023214958-4807c632154c/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 "$@"