[CI] a little less :aqua

This commit is contained in:
Joe Bryan 2019-04-11 22:00:38 -07:00
parent 561296da6f
commit 614461f65c

View File

@ -94,7 +94,7 @@ function aqua(urb) {
urb.every(/TEST [^ ]* FAILED/, function(arg){
throw Error(arg);
});
return urb.line(":ph %run-all-tests");
return urb.line(":ph [%run-test %hi]");
})
.then(function(){
return urb.expectEcho("ALL TESTS SUCCEEDED")