Fix 'runtest.sh' script
authorSung-Jae Lee <sjlee@mail.com>
Tue, 3 May 2016 05:16:52 +0000 (14:16 +0900)
committerSung-Jae Lee <sjlee@mail.com>
Tue, 3 May 2016 05:37:52 +0000 (14:37 +0900)
commit8c3f1869cd0063c6c5e88b56db6eef1e7da8e134
tree6303e5b0d02381acc5385065324e6a14a77edc30
parent84e2177f7844f7cf1ee2c7ae689396170d6a522a
Fix 'runtest.sh' script

This change fixes a bug in the 'runtest.sh' that read test cases from
file given by '--testDirFile=<path>' option.
Remove LF characters while reading each line to make array properly.
Also changes similar codes in other place to same simple one.
tests/runtest.sh