No need for xvnc on windows

This commit is contained in:
Eli Barzilay 2010-12-10 08:35:37 -05:00
parent 94ebb1f317
commit ce890ef40e

View File

@ -1225,9 +1225,9 @@ DO_BUILD() { # inputs -- releasing
# GRacket-based tests on the main machine, in an Xvnc session
if [[ "$test_gui" = "yes" ]]; then
separator "${machine}(${platform}) testing DrRacket"
_start_xvnc
if [[ "$platform" != *"-win32" ]]; then _start_xvnc; fi
dont_exit _timeout_run 60 env HOME="$testdir" "$PLTHOME/$drtestscript"
_end_xvnc
if [[ "$platform" != *"-win32" ]]; then _end_xvnc; fi
fi
## --------------------------------------------------------------------------