The tap results regularly have malformed YAML which causes the builds
to fail spuriously.
Change-Id: I53f28d01eb5f126d7d6803846353852bdaf2065f
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
ust_conf=std
;;
esac
- # Run java tests only on 'linuxbuild' jobs
+ # Run java tests only on 'linuxbuild' and 'slesbuild' jobs
if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then
echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
else
echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties
fi
+ if [ "{buildtype}" = "slesbuild" ] ; then
+ echo "TAP_AUTOTIME=0" >> env.properties
+ fi
echo "liburcu_conf=$liburcu_conf" >> env.properties
echo "babeltrace_conf=$babeltrace_conf" >> env.properties
echo "ust_conf=$ust_conf" >> env.properties