Skip to content

Commit 797cabc

Browse files
author
Miroslava Ivanova
committed
add assert for tns doctor and cloud build
1 parent f7fab16 commit 797cabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/build/common/doctor_tests.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def test_001_doctor(self):
4040
assert "Javac is installed and is configured properly." in output
4141
assert "The Java Development Kit (JDK) is installed and is configured properly." in output
4242
if CURRENT_OS != OSType.OSX:
43-
assert "Local builds for iOS can be executed only on a macOS system." in output
43+
assert "Local builds for iOS can be executed only on a macOS system. To build for iOS on a different " \
44+
"operating system, you can use the NativeScript cloud infrastructure." in output
4445
else:
4546
assert "Xcode is installed and is configured properly." in output
4647
assert "xcodeproj is installed and is configured properly." in output

0 commit comments

Comments
 (0)