Skip to content

Commit 5f021b1

Browse files
fix: notify some missing test
1 parent dabc5b3 commit 5f021b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/travis_unit_test.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ then
1111
if [ "$LAZ_ENV" = "wine" ]
1212
then
1313

14-
#windows
15-
# does not work.
14+
#windows via 'Wine' does not work.
1615
#wine enduser/test_trackereditor.exe -a --format=plain
16+
echo There is no unit test for wine windows.
17+
echo unit test is run via AppVeyor
1718

1819
else
1920

@@ -27,6 +28,6 @@ then
2728
#macOS
2829
# does not work.
2930
#enduser/test_trackereditor -a --format=plain
30-
31+
echo There is no unit test for macOS.
3132

3233
fi

0 commit comments

Comments
 (0)