Skip to content

Commit

Permalink
111: Fixed node-ui/ci/integration_tests.sh for Windows (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
substratumservices authored and dnwiebe committed Sep 5, 2019
1 parent 5efb18b commit 5106365
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node-ui/ci/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ NODE_BINARY="$(which node)"
NODE_DIR="$(dirname "$NODE_BINARY")"

function run_on_linux() {
echo "Current directory: $(pwd)"
xvfb-run -a -e /tmp/xvfb.out -s "-screen 0 1024x768x8" sudo -E PATH="$PATH:$NODE_DIR" ci/run_integration_tests.sh
}

Expand All @@ -15,8 +14,7 @@ function run_on_macOS() {
}

function run_on_windows() {
echo "Not yet!"
exit 1
ci/run_integration_tests.sh
}

pushd "$CI_DIR/.."
Expand Down

0 comments on commit 5106365

Please sign in to comment.