We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabc5b3 commit 5f021b1Copy full SHA for 5f021b1
scripts/travis_unit_test.sh
@@ -11,9 +11,10 @@ then
11
if [ "$LAZ_ENV" = "wine" ]
12
then
13
14
- #windows
15
- # does not work.
+ #windows via 'Wine' does not work.
16
#wine enduser/test_trackereditor.exe -a --format=plain
+ echo There is no unit test for wine windows.
17
+ echo unit test is run via AppVeyor
18
19
else
20
@@ -27,6 +28,6 @@ then
27
28
#macOS
29
# does not work.
30
#enduser/test_trackereditor -a --format=plain
-
31
+ echo There is no unit test for macOS.
32
33
fi
0 commit comments