Skip to content

Commit

Permalink
Change docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Dec 11, 2024
1 parent 50625f0 commit 5c23e94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/new-e2e/system-probe/test/micro-vm-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
set -eEuxo pipefail

runner_config=$@
docker_dir=/kmt-dockers
docker_dir=/kmt-dockers/src


ls -lahR $docker_dir

# Add provisioning steps here !
## Start docker
systemctl start docker
Expand All @@ -27,7 +25,6 @@ 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 5c23e94

Please sign in to comment.