Skip to content

Commit 6e076a2

Browse files
fix: build script macOS
can not find the tracker_editor_test program
1 parent 3922622 commit 6e076a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/travis_unit_test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ then
3030
elif [ "$TRAVIS_OS_NAME" = "osx" ]
3131
then
3232
#macOS
33-
cd enduser
34-
35-
#start the unit test
36-
tracker_editor_test -a --format=plain
33+
enduser/tracker_editor_test -a --format=plain
3734

3835
# Will exit with status of last command.
3936
exit

0 commit comments

Comments
 (0)