mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add message at the end of smoke tests to indicate successful completion.
PiperOrigin-RevId: 695467154
This commit is contained in:
committed by
gVisor bot
parent
966dfe5505
commit
b9252dcdc5
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright 2021 The gVisor Authors.
|
||||
#
|
||||
@@ -14,8 +14,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
set -eux
|
||||
set -euxo pipefail
|
||||
|
||||
cd /
|
||||
nvcc cuda_malloc.cu -o cuda_malloc
|
||||
./cuda_malloc
|
||||
echo 'All tests passed'
|
||||
|
||||
Reference in New Issue
Block a user