Skip to content
Snippets Groups Projects
Commit d6258505 authored by deuce's avatar deuce
Browse files

Base the decision to wait for background threads on the name of the

load()ed file, not argc
parent 8a092d9a
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ for(test32_count=0; test32_count<128; test32_count++)
test32.push(load(true,test32_script,"127.0.0.1"))
for(test32_count=0; test32_count<128; test32_count++) {
test32_queue=test32.shift();
if(argc) {
if(test32_script=="dnshelper.js") {
while ((test32_queue.ret=test32_queue.read()) == undefined) {
log("Waiting for dnshelper.js to return a result...");
sleep(10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment