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 ff52d7e commit e548869Copy full SHA for e548869
qa/L0_backend_python/test.sh
@@ -486,7 +486,7 @@ fi
486
if [ $current_num_pages -ne $prev_num_pages ]; then
487
cat $SERVER_LOG
488
ls /dev/shm
489
- echo -e "\n***\n*** Test Failed. Shared memory pages where not cleaned properly.
+ echo -e "\n***\n*** Test Failed. Shared memory pages were not cleaned properly.
490
Shared memory pages before starting triton equals to $prev_num_pages
491
and shared memory pages after starting triton equals to $current_num_pages \n***"
492
exit 1
0 commit comments