mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
clean-up of texttest/config.gr
This commit is contained in:
parent
acfb870700
commit
a4b2b94a63
@ -70,20 +70,15 @@ diff_program:kdiff3
|
|||||||
# Settings for the Odin version
|
# Settings for the Odin version
|
||||||
#executable:${TEXTTEST_HOME}/odin/gilded_rose<include your OS executable extension here>
|
#executable:${TEXTTEST_HOME}/odin/gilded_rose<include your OS executable extension here>
|
||||||
|
|
||||||
# Settings for the scala version using the classpath
|
|
||||||
# executable:com.gildedrose.TexttestFixture
|
|
||||||
#executable:com.gildedrose.TexttestFixture.scala
|
|
||||||
#interpreter:"scala run"
|
|
||||||
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
|
|
||||||
|
|
||||||
# Settings for the scala version using sbt wrapped in a python script
|
# Settings for the scala version using sbt wrapped in a python script
|
||||||
executable:${TEXTTEST_HOME}/scala/texttest_rig.py
|
# executable:${TEXTTEST_HOME}/scala/texttest_rig.py
|
||||||
interpreter:python
|
# interpreter:python
|
||||||
|
|
||||||
|
|
||||||
filename_convention_scheme:standard
|
filename_convention_scheme:standard
|
||||||
|
|
||||||
[run_dependent_text]
|
# uncomment for the scala version using sbt wrapped into python
|
||||||
stdout:\[info\]
|
#[run_dependent_text]
|
||||||
stdout:\[success\]
|
#stdout:\[info\]
|
||||||
stdout:And lines like this
|
#stdout:\[success\]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user