Skip to content

Commit

Permalink
Merge pull request #5308 from craigcomstock/ENT-10447/master
Browse files Browse the repository at this point in the history
ENT-10447: Removed references to travis
  • Loading branch information
craigcomstock authored Aug 25, 2023
2 parents 140c68b + dbda08a commit 57745c7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 222 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function check_serverd_valgrind_output {
exit 1
fi
set -e
echo "Serverd has 1 expected valgrind error in travis because of old glibc"
echo "Serverd has 1 expected valgrind error because of old glibc"
echo "Because of this we use special assertions on output"
echo "Looking for problems in $1:"
grep -i "definitely lost" $1
Expand Down
59 changes: 0 additions & 59 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions tests/unit/passopenfile_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1286,10 +1286,6 @@ static void test_send_connect_silent(void)

static void test_connect_outlive(void)
{
#ifdef __APPLE__
// FIXME: This test has spurios errors on OS X in travis
return;
#endif
clear_previous_test();
pid_t new_pid = fork();
if (new_pid == 0)
Expand Down Expand Up @@ -1324,10 +1320,6 @@ static void test_connect_outlive(void)

static void test_listen_outlive(void)
{
#ifdef __APPLE__
// FIXME: This test has spurios errors on OS X in travis
return;
#endif
clear_previous_test();
pid_t new_pid = fork();
if (new_pid == 0)
Expand Down
24 changes: 0 additions & 24 deletions travis-scripts/after_script.sh

This file was deleted.

1 change: 0 additions & 1 deletion travis-scripts/after_success.sh

This file was deleted.

41 changes: 0 additions & 41 deletions travis-scripts/before_install.sh

This file was deleted.

88 changes: 0 additions & 88 deletions travis-scripts/script.sh

This file was deleted.

0 comments on commit 57745c7

Please sign in to comment.