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
db3b9ef3da
commit
84c024e13d
@ -70,20 +70,15 @@ diff_program:kdiff3
|
||||
# Settings for the Odin version
|
||||
#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
|
||||
executable:${TEXTTEST_HOME}/scala/texttest_rig.py
|
||||
interpreter:python
|
||||
# executable:${TEXTTEST_HOME}/scala/texttest_rig.py
|
||||
# interpreter:python
|
||||
|
||||
|
||||
filename_convention_scheme:standard
|
||||
|
||||
[run_dependent_text]
|
||||
stdout:\[info\]
|
||||
stdout:\[success\]
|
||||
stdout:And lines like this
|
||||
# uncomment for the scala version using sbt wrapped into python
|
||||
#[run_dependent_text]
|
||||
#stdout:\[info\]
|
||||
#stdout:\[success\]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user