Skip to content

Commit

Permalink
Some formatting of README
Browse files Browse the repository at this point in the history
  • Loading branch information
uday-rayala committed Oct 17, 2012
1 parent 6ef16ad commit b295b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains two main classes:
I have tested it working with only the scalatest runner. Following is the command which will run all the tests in the functional-tests.jar package.

<pre>
java $TESTS_JVM_OPS -Dtlb.jar.file=./lib/functional-tests.jar -cp "./lib/*" org.scalatest.tools.Runner -u reports -r ruk.tlb.ScalaTestTLBReporter -oW -s org.scalatest.ScalaTestTLBSuite
java -Dtlb.jar.file=./lib/functional-tests.jar -cp "./lib/*" org.scalatest.tools.Runner -u reports -r ruk.tlb.ScalaTestTLBReporter -oW -s org.scalatest.ScalaTestTLBSuite
</pre>

Few things to note in the above command are:
Expand Down

0 comments on commit b295b44

Please sign in to comment.