summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2017-06-01 11:20:02 +0200
committerRuediger Meier2017-06-01 11:24:00 +0200
commit22edf0a6396013d77067e7b192f81558e982f675 (patch)
tree37ba2dac1e4c6813522199ba4c8c40e5c6043afc /.travis-functions.sh
parentmisc: fix some warnings (diff)
downloadkernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.tar.gz
kernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.tar.xz
kernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.zip
Revert "tests: use stdbuf when stderr and stdout is randomly ordered"
stdbuf does not seem to work reliable. Failed on travis/OSX This reverts commit 398b3148bedee936ee0b012b3b6e82b20547f218. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 013195f5c..898f57b84 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -125,7 +125,7 @@ function osx_prepare_check
# symlink minimally needed gnu commands into PATH
mkdir ~/bin
- for cmd in readlink seq stdbuf truncate find xargs tar sed; do
+ for cmd in readlink seq truncate find xargs tar sed; do
ln -s /usr/local/bin/g$cmd $HOME/bin/$cmd
done
hash -r