mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Point the Kokoro test script to the actual location of install.sh.
PiperOrigin-RevId: 204501071 Change-Id: Ia5f7ca725bf68ee53ff3922b13c75c0685467ce9
This commit is contained in:
committed by
Shentubot
parent
f09ebd9c71
commit
68cf86b630
@@ -33,7 +33,7 @@ bazel build //...
|
||||
|
||||
# Test use this variable to determine what runtime to use.
|
||||
runtime=runsc_test_$((RANDOM))
|
||||
sudo -n ./runsc/test/image/install.sh --runtime ${runtime}
|
||||
sudo -n ./runsc/test/install.sh --runtime ${runtime}
|
||||
|
||||
# Run the tests and upload results.
|
||||
#
|
||||
@@ -56,7 +56,7 @@ if [[ ${exit_code} -eq 0 ]]; then
|
||||
fi
|
||||
|
||||
# Best effort to uninstall
|
||||
sudo -n ./runsc/test/image/install.sh -u --runtime ${runtime}
|
||||
sudo -n ./runsc/test/install.sh -u --runtime ${runtime}
|
||||
set -e
|
||||
|
||||
# Find and rename all test xml and log files so that Sponge can pick them up.
|
||||
|
||||
Reference in New Issue
Block a user