No need for xvnc on windows
This commit is contained in:
parent
94ebb1f317
commit
ce890ef40e
|
@ -1225,9 +1225,9 @@ DO_BUILD() { # inputs -- releasing
|
||||||
# GRacket-based tests on the main machine, in an Xvnc session
|
# GRacket-based tests on the main machine, in an Xvnc session
|
||||||
if [[ "$test_gui" = "yes" ]]; then
|
if [[ "$test_gui" = "yes" ]]; then
|
||||||
separator "${machine}(${platform}) testing DrRacket"
|
separator "${machine}(${platform}) testing DrRacket"
|
||||||
_start_xvnc
|
if [[ "$platform" != *"-win32" ]]; then _start_xvnc; fi
|
||||||
dont_exit _timeout_run 60 env HOME="$testdir" "$PLTHOME/$drtestscript"
|
dont_exit _timeout_run 60 env HOME="$testdir" "$PLTHOME/$drtestscript"
|
||||||
_end_xvnc
|
if [[ "$platform" != *"-win32" ]]; then _end_xvnc; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## --------------------------------------------------------------------------
|
## --------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user