From 84c024e13d530bbf903dc41642922f4496fba345 Mon Sep 17 00:00:00 2001 From: Ralf Comtesse Date: Sun, 28 Sep 2025 14:45:13 +0200 Subject: [PATCH] clean-up of texttest/config.gr --- texttests/config.gr | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/texttests/config.gr b/texttests/config.gr index bb170d75..08b7fcb7 100755 --- a/texttests/config.gr +++ b/texttests/config.gr @@ -70,20 +70,15 @@ diff_program:kdiff3 # Settings for the Odin version #executable:${TEXTTEST_HOME}/odin/gilded_rose -# 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\]