Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug steps from travis.sh
  • Loading branch information
casch-at committed Jun 9, 2018
1 parent 7019960 commit 98eb00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -89,7 +89,6 @@ if (BUILD_TESTING)
add_test(SBRootTest perl "${CMAKE_SOURCE_DIR}/tests/sbroot/sbroot_test.pl" "${CMAKE_BINARY_DIR}/bin")
find_program(NOSETEST NAMES nosetests nosetests-2.7 PATHS "$ENV{HOME}/.local/bin")
if (NOSETEST)
# strace -ff
add_test(nosetests ${NOSETEST} -w ${CMAKE_SOURCE_DIR}/automated_tests --no-byte-compile -v --nocapture)
else()
message(WARNING "Nosetests executable not found! Excluding automated_tests from tests!")
Expand Down
9 changes: 2 additions & 7 deletions scripts/travis.sh
Expand Up @@ -70,8 +70,7 @@ function osx()
build

## Step -- Test
run_tests -E nose
/Users/travis/Library/Python/3.6/bin/nosetests -w /Users/travis/build/Andersbakken/rtags/automated_tests --no-byte-compile -v --nocapture
run_tests
}

function gnu_linux()
Expand All @@ -83,11 +82,7 @@ function gnu_linux()
build

## Step -- Test
run_tests -E nose
rdm &
sleep 5
rc -q
/home/travis/.local/bin/nosetests -w /home/travis/build/Andersbakken/rtags/automated_tests --no-byte-compile -v --nocapture
run_tests
}

if [ $TRAVIS_OS_NAME = osx ]; then
Expand Down

0 comments on commit 98eb00f

Please sign in to comment.