Skip to content

Commit 1bc7d09

Browse files
fix: remove exit in bash script
This is no needed and it create issue with travis. Exit will stop other travis build.
1 parent 2fb6dd7 commit 1bc7d09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/travis_unit_test.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,11 @@ then
1515
# does not work.
1616
#wine enduser/test_trackereditor.exe -a --format=plain
1717

18-
# Will exit with status of last command.
19-
exit
20-
2118
else
2219

2320
#linux
2421
enduser/test_trackereditor -a --format=plain
2522

26-
# Will exit with status of last command.
27-
exit
28-
2923
fi
3024

3125
elif [ "$TRAVIS_OS_NAME" = "osx" ]
@@ -34,7 +28,5 @@ then
3428
# does not work.
3529
#enduser/test_trackereditor -a --format=plain
3630

37-
# Will exit with status of last command.
38-
exit
3931

4032
fi

0 commit comments

Comments
 (0)