mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix command that starts chromium in background
This commit is contained in:
parent
f9a9ce38a4
commit
f047fbc302
|
@ -37,7 +37,7 @@ script:
|
|||
- mvn -e test -P \!htmlUnit
|
||||
- BASE_PATH=`pwd`
|
||||
- pushd tests/src/test/js
|
||||
- chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
||||
- $BASE_PATH/chrome-linux/chrome --headless --remote-debugging-port=9222 --disable-gpu about:blank &
|
||||
- CHROME_PID=$!
|
||||
- node start.js $BASE_PATH/tests/target/js-tests
|
||||
- node start.js $BASE_PATH/html4j/target/js-tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user