Also, activate the overlap.sh tests by default in the make check.
Signed-off-by: David Goulet <dgoulet@efficios.com>
{
local dir=`pwd`
- cd demo
+ cd $CURDIR/demo
# Start test
echo -n "Starting application... "
- ./$CURDIR/demo-trace >/dev/null 2>&1
+ ./demo-trace >/dev/null 2>&1
echo -n "Ended "
print_ok
- cd $dir
+ cd -
}
# Ease our life a bit ;)
enable_ust_lttng_event_filter $SESSION_NAME $event_wild1 "1==1"
enable_ust_lttng_event_filter $SESSION_NAME $event_wild2 "1==1"
+ if [ $? -eq 1 ]; then
+ echo -n "FAIL is normal. Same event with same filter is denied by the sessiond "
+ print_ok
+ else
+ print_fail
+ fi
start_lttng_tracing $SESSION_NAME >/dev/null 2>&1
tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \
$DIR/high-throughput/run $DIR/before-after/run \
- $DIR/multi-session/run )
+ $DIR/multi-session/run $DIR/overlap/run )
# $DIR/low-throughput/run --> DEACTIVATED.
# Use only for release. This test last 20 minutes