##// END OF EJS Templates
test-chg: stabilize the log checking...
test-chg: stabilize the log checking The "worker process exited" line have been making the CI flaky for a long time. Lets sort this out.

File last commit:

r51894:44001e6f default
r52392:8b77ad54 stable
Show More
startup.com
12 lines | 252 B | application/x-msdownload | TextLexer
$!
$! Mercurial startup file
$!
$ proc = f$environment("PROCEDURE")
$ cur_dev = f$parse(proc,,,"DEVICE","SYNTAX_ONLY")
$ cur_dir = f$parse(proc,,,"DIRECTORY","SYNTAX_ONLY")
$!
$! Define logicals
$!
$ @'cur_dev''cur_dir'logicals "/system/exec"
$
$ exit