Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
in progress testing
  • Loading branch information
CarolynRountree committed Sep 15, 2022
commit 374b66bd345c30c6ab86a1ee21faac35ac20ac26
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ void test31DiscoverDomainWithModelFile(TestInfo testInfo) throws Exception {
domainParentDir + FS + "createDomainFromDiscover" + " -archive_file " + discoveredArchive +
" -model_file " + discoveredModelFile + " -variable_file " + getSampleVariableFile() +
" -domain_type RestrictedJRF";
String domainHome = domainParentDir + FS + "fromDiscoverModel";
String domainHome = domainParentDir + FS + "createDomainFromDiscover";
result = Runner.run(cmd, getTestMethodEnvironment(testInfo), out);
cmd = "ls " + domainHome + FS + "/bin";
result = Runner.run(cmd, getTestMethodEnvironment(testInfo), out);
Expand Down