travis.sh (Firebird-3.0.2.32703-0.tar.bz2) | : | travis.sh (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
#!/usr/bin/env bash | #!/usr/bin/env bash | |||
start_server() { | ||||
until ./gen/Release/firebird/bin/firebird; do | ||||
echo "Firebird crashed with exit code $?. Restarting..." >&2 | ||||
done | ||||
} | ||||
dummy_output() { | dummy_output() { | |||
while true; do | while true; do | |||
sleep 9m | sleep 9m | |||
echo "dummy output" | echo "dummy output" | |||
done | done | |||
} | } | |||
skip_tests() { | skip_tests() { | |||
SKIP=skip.txt | SKIP=skip.txt | |||
echo bugs.core_0870 >> $SKIP | echo bugs.core_0870 >> $SKIP | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 0 lines changed or added |