Skip to content

Commit

Permalink
fix: Fix error message for L0_trt_compat (#7432)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 authored Jul 10, 2024
1 parent e0d80d4 commit ac0d4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/L0_trt_compat/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -64,7 +64,7 @@ if [ "$SERVER_PID" != "0" ]; then
exit 1
fi

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

0 comments on commit ac0d4d6

Please sign in to comment.