We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e665 commit 7a3eab9Copy full SHA for 7a3eab9
test/.gitignore
@@ -1,5 +1,6 @@
1
output/
2
.venv/
3
+vm/
4
*.pdf
5
evalout/
6
env.py
tools/startvm.sh
@@ -1,8 +1,10 @@
#!/bin/bash
-KERNEL_PATH=/home/linsy/Projects/ebpf/ePass-kernel
+GIT_REPO=$(git rev-parse --show-toplevel)
-DRIVE_PATH=/home/linsy/Projects/ebpf/vm/vm/ebpf.qcow2
+KERNEL_PATH=$GIT_REPO/ePass-kernel
+
7
+DRIVE_PATH=$GIT_REPO/test/vm/ebpf.qcow2
8
9
# First enable bridge virbr0
10
0 commit comments