Skip to content

Commit

Permalink
TEST: not trying to run QUERY system/ports/input in Travis environmen…
Browse files Browse the repository at this point in the history
…t (which is without real terminal)
  • Loading branch information
Oldes committed Dec 18, 2018
1 parent 26b2f56 commit 01391f1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/tests/units/port-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ Rebol [

===end-group===

===start-group=== "console port"
either "true" <> get-env "CONTINUOUS_INTEGRATION" [

if "true" <> get-env "CONTINUOUS_INTEGRATION" [
===start-group=== "console port"
--test-- "query input port"
--assert port? system/ports/input
--assert all [
Expand All @@ -74,10 +73,7 @@ either "true" <> get-env "CONTINUOUS_INTEGRATION" [
= m: query/mode system/ports/input none
--assert block? v: query/mode system/ports/input m
--assert 4 = length? v

][
probe query system/ports/input
===end-group===
]
===end-group===

~~~end-file~~~

0 comments on commit 01391f1

Please sign in to comment.