Fixing code to pass KRE folder path not including bin
This commit is contained in:
parent
a9ea8a87c8
commit
9e62865dd9
|
|
@ -174,7 +174,7 @@ namespace E2ETests
|
|||
if (startParameters.PackApplicationBeforeStart)
|
||||
{
|
||||
// We use full path to KRE to pack.
|
||||
startParameters.Kre = kreBin;
|
||||
startParameters.Kre = new DirectoryInfo(kreBin).Parent.FullName;
|
||||
KpmPack(startParameters);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue