Currently, when the --queueingtest invocation of ndt_client.js detects queueing, it exits with code 1, which is the same code as any other error condition under which ndt_client.js might exit/fail. This PR simply sets the script to exit with code 5 when the --queueingtest flag was specified and queueing is detected. This will allow us to identify the queueing condition uniquely.
Currently, when the --queueingtest invocation of ndt_client.js detects queueing, it exits with code 1, which is the same code as any other error condition under which ndt_client.js might exit/fail. This PR simply sets the script to exit with code 5 when the --queueingtest flag was specified and queueing is detected. This will allow us to identify the queueing condition uniquely.
This change is