1
0
Fork 0
gnome-shell/subprojects/jasmine-gjs/debian/rules
Daniel Baumann 1fcdbd5df9
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:26:11 +02:00

12 lines
275 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
# Print out test log on failure, so that we can diagnose failures on OBS
override_dh_auto_test:
dh_auto_test || (find . -name testlog.txt | xargs cat ; exit 1)