Skip to content

Commit f7d6ec3

Browse files
committed
build in a container on Linux to preserve backward compatibility
1 parent 1857887 commit f7d6ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utils/terminateProcess.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ function terminateProcess(testCase, process, terminatecmd)
2020
end
2121
pause(2); % give a little time for the collector to shut down
2222
system(testCase.ListPid(process) + " > " + testCase.PidFile);
23+
type(testCase.PidFile);
2324
tbl = testCase.ReadPidList(testCase.PidFile);
25+
tbl.Properties.VariableNames
2426
pid = testCase.ExtractPid(tbl);
2527
retry = retry + 1;
2628
end

0 commit comments

Comments
 (0)