Skip to content

Commit

Permalink
Another attempt at fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 4, 2024
1 parent beb5724 commit f02d55e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/new-e2e/system-probe/test/micro-vm-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ if [[ -d "${docker_dir}" ]]; then
fi
# VM provisioning end !

rsync -avP /system-probe-tests /opt/
# Copy BTF files. This is a patch for different paths between agent 6 branch code and agent 7 KMT images
if [ -d "/system-probe-tests" ]; then
rsync -avP /system-probe-tests /opt/kmt-ramfs
fi

find / -name "*btf*"
ls -lahR /opt
ls -lahR /system-probe-tests


# Start tests
code=0
/test-runner $runner_config || code=$?
Expand Down

0 comments on commit f02d55e

Please sign in to comment.