Add message at the end of smoke tests to indicate successful completion.

PiperOrigin-RevId: 695467154
This commit is contained in:
Etienne Perot
2024-11-11 13:45:18 -08:00
committed by gVisor bot
parent 966dfe5505
commit b9252dcdc5
+3 -2
View File
@@ -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'