ci.sh now calls mocha directly so that it can pass the port from jenkins and use the jenkins reporter
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export VERBOSE="true"
|
||||
export JENKINS="true"
|
||||
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source $HERE/ci.sh
|
||||
Reference in New Issue
Block a user