Skip to content

Commit

Permalink
Commented long codelength in ec_driver's test
Browse files Browse the repository at this point in the history
  • Loading branch information
lamphamsy committed May 27, 2019
1 parent a3cbe40 commit 42f02d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_ec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ do
fec_type=$(echo $i|cut -d_ -f1)
word_size=$(echo $i|cut -d_ -f2)

do_test enconly ${fec_type} ${word_size} 50 50 "" ""
# do_test enconly ${fec_type} ${word_size} 50 50 "" ""
do_test all ${fec_type} ${word_size} 3 3 "" ""
do_test all ${fec_type} ${word_size} 3 3 "0 1" "0"
do_test all ${fec_type} ${word_size} 3 5 "0 1" "0"
Expand Down

0 comments on commit 42f02d0

Please sign in to comment.