Skip to content

Commit

Permalink
[benchmarks] Fix path to benchmark binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Oct 13, 2014
1 parent 70c5cb8 commit d6fae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/gen-benchmarks-xml.sh
Expand Up @@ -22,7 +22,7 @@ for TEST in `ls -d ?t_*`; do
fi

TESTCASE_TEMPLATE="<case name=\"$TEST\" description=\"$TEST\" requirement=\"\" timeout=\"300\" insignificant=\"$INSIGNIFICANT\">
<step expected_result=\"0\">/usr/lib/libmeegotouch-benchmarks/$TEST</step>
<step expected_result=\"0\">/usr/lib/libmlocale-benchmarks5/$TEST</step>
</case>
"

Expand Down

0 comments on commit d6fae4d

Please sign in to comment.