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 2f7d004 commit 145c13fCopy full SHA for 145c13f
contrib/travis/build-and-test.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+# We have to redirect stdin to /dev/null for all fbc invocations,
3
+# otherwise it hangs trying to interact with tty which doesn't exist.
4
set -ex
5
6
source "$(dirname "$0")/bootstrap-settings.sh"
@@ -61,8 +63,8 @@ fi
61
63
62
64
# Build fbdoc tools
65
cd doc/libfbdoc
-make FBC="$FBC_FOR_TESTS"
66
+make FBC="$FBC_FOR_TESTS" </dev/null
67
cd ../fbdoc
68
69
cd ../fbchkdoc
70
0 commit comments