gvisor/scripts
Andrei Vagin 1ebfdcc86c kokoro: fix handling of apt-get errors
When a command is called as if expression, its error
code can be get only in this if block.

For example, the next script prints 0:

if ( false ); then
  true
fi
echo $?

PiperOrigin-RevId: 305638629
2020-04-09 01:12:27 -07:00
..
benchmark.sh
benchmarks.sh
build.sh Fix apt-get reliability issues. 2020-02-27 15:36:13 -08:00
common.sh kokoro: fix handling of apt-get errors 2020-04-09 01:12:27 -07:00
common_build.sh Internal change. 2020-02-24 14:22:32 -08:00
dev.sh
do_tests.sh
docker_tests.sh
go.sh
hostnet_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
iptables_tests.sh iptable: fix tests timeouts 2020-03-25 20:37:48 -07:00
issue_reviver.sh
kvm_tests.sh
make_tests.sh
overlay_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
packetdrill_tests.sh
packetimpact_tests.sh Add packetimpact tests to presubmit and CI testing 2020-03-19 12:33:29 -07:00
release.sh
root_tests.sh Bring back to life features lost in recent refactor 2019-09-16 08:17:00 -07:00
simple_tests.sh
swgso_tests.sh netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
syscall_kvm_tests.sh
syscall_tests.sh