Skip to content

Commit 33980bb

Browse files
authored
Remove undefined reference to rmprocs (#101)
1 parent c8a7836 commit 33980bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ function runtests(mod::Module, args::ParsedArgs;
11041104
isa(err, InterruptException) || rethrow()
11051105
end
11061106
end
1107-
@async rmprocs(; waitfor=0)
11081107

11091108
# print the output generated by each testset
11101109
for (testname, result, output, _start, _stop) in results

0 commit comments

Comments
 (0)