Implement the relayd live features
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_count
index 0c23d843b049e9a4e97fc0480cff0ecab15e8505..afe5435bd4e491388d7b42a5963b87389814a43a 100755 (executable)
@@ -94,7 +94,7 @@ function validate_file_count
        file_pattern="$2"
        expected_max_count="$3"
 
-       count=`find $path -name "$file_pattern" -type f | wc -l`
+       count=`find $path -name "$file_pattern" -type f \( ! -iname "*.idx" \) | wc -l`
 
        if [ "$count" -gt "$expected_max_count" ]; then
            fail "Validate file count: $file_pattern"
This page took 0.023247 seconds and 4 git commands to generate.