Skip to content

Commit b9252dc

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Add message at the end of smoke tests to indicate successful completion.
PiperOrigin-RevId: 695467154
1 parent 966dfe5 commit b9252dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

images/gpu/cuda-tests/run_smoke.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Copyright 2021 The gVisor Authors.
44
#
@@ -14,8 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -eux
17+
set -euxo pipefail
1818

1919
cd /
2020
nvcc cuda_malloc.cu -o cuda_malloc
2121
./cuda_malloc
22+
echo 'All tests passed'

0 commit comments

Comments
 (0)