Skip to content

Commit ac0d4d6

Browse files
authored
fix: Fix error message for L0_trt_compat (#7432)
1 parent e0d80d4 commit ac0d4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/L0_trt_compat/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -64,7 +64,7 @@ if [ "$SERVER_PID" != "0" ]; then
6464
exit 1
6565
fi
6666

67-
EXPECTED_ERR="Internal Error (Cannot deserialize engine with lean runtime"
67+
EXPECTED_ERR="Cannot deserialize engine with lean runtime"
6868
if ! grep "$EXPECTED_ERR" $SERVER_LOG; then
6969
cat $SERVER_LOG
7070
echo -e "\n***\n*** Failed to find expected error: ${EXPECTED_ERR} \n***"

0 commit comments

Comments
 (0)