summaryrefslogtreecommitdiffstats
path: root/test-ipxe.sh
blob: c1ca3e10394e72ff419411cb5ad4df762f3ff5f7 (plain)
1
2
3
4
5
6
7
#!/bin/sh
cd $(dirname $0)
sh libvirt-setup.sh
python3 test-ipxe.py -v
rc="$?"
sh libvirt-cleanup.sh
exit $rc