We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d80d4 commit ac0d4d6Copy full SHA for ac0d4d6
qa/L0_trt_compat/test.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -64,7 +64,7 @@ if [ "$SERVER_PID" != "0" ]; then
64
exit 1
65
fi
66
67
-EXPECTED_ERR="Internal Error (Cannot deserialize engine with lean runtime"
+EXPECTED_ERR="Cannot deserialize engine with lean runtime"
68
if ! grep "$EXPECTED_ERR" $SERVER_LOG; then
69
cat $SERVER_LOG
70
echo -e "\n***\n*** Failed to find expected error: ${EXPECTED_ERR} \n***"
0 commit comments