summaryrefslogtreecommitdiffhomepage
path: root/scripts/root_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/root_tests.sh')
-rwxr-xr-xscripts/root_tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/root_tests.sh b/scripts/root_tests.sh
index e42c0e3ec..4e4fcc76b 100755
--- a/scripts/root_tests.sh
+++ b/scripts/root_tests.sh
@@ -26,6 +26,6 @@ chmod +x ${shim_path}
sudo mv ${shim_path} /usr/local/bin/gvisor-containerd-shim
# Run the tests that require root.
-run_as_root //runsc install --experimental=true -- --debug --strace --log-packets
-sudo systemctl restart docker
-run_as_root //test/root:root_test
+install_runsc_for_test root
+run_as_root //test/root:root_test --runtime=${RUNTIME}
+