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.
2 parents 38881ca + 4d2fff6 commit 9cded42Copy full SHA for 9cded42
validate_line
@@ -195,7 +195,6 @@ header_processed=0
195
196
grep -q "Test general meta end" $results_file
197
meta_head=$?
198
-echo meta_head $meta_head
199
while IFS= read -r test_info
200
do
201
if [ $meta_head -eq 0 ]; then
@@ -272,7 +271,7 @@ done < "$results_file"
272
271
# Create the compare file by pasting the base results (reg exp) against the tmp_results
273
# file which is minus all the meta documentation.
274
#
275
-paste $base_results_file $test_results > $compare_file
+paste $verification_base $test_results > $compare_file
276
validate_lines $compare_file
277
rm -f $compare_file $verification_base $verify_template $test_results
278
if [[ $exit_rtc -ne 0 ]]; then
0 commit comments