﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2357	runScript should change directory	Christian Schubert	Martin Sjölund	"Hi everyone,

I like the new layout of the testsuite very much with the scripts in the common folder. 

Something is a little bit awkward though. Every test calls the ModelTestingDefaults.mos via a runScript() command. It seems that this command does not cd() into the script directory as the mos script has to do
{{{
loadFile(""../common/ModelTesting.mo"");
}}}
to load a modelica file which is located in the same directory.

This is especially bad, if I want to include a file from some folder which is not exactly one level above common.

So my question is: Is it a bug or a feature? Are there any usecases where this behaviour is advantageous?

Regards,

Christian"	discussion	closed	high	1.13.0	Parser	trunk	wontfix		Martin Sjölund Adrian Pop
