From 78407406be2bcb91904cd5b70b7f43108b7ba81f Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Dec 2018 16:47:47 +0100 Subject: [PATCH] fixed cmdline flag for Projucer for the autopkgtest --- debian/tests/juce-unit-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/juce-unit-tests b/debian/tests/juce-unit-tests index 0c98e250..efc0d6bc 100644 --- a/debian/tests/juce-unit-tests +++ b/debian/tests/juce-unit-tests @@ -6,7 +6,7 @@ dpkg-source --before-build `pwd` PCDEPS="jack flac vorbis vorbisenc vorbisfile ogg libjpeg libpng zlib" # resave the project with the system module-paths -xvfb-run -a Projucer -resave extras/UnitTestRunner/UnitTestRunner.jucer +xvfb-run -a Projucer --resave extras/UnitTestRunner/UnitTestRunner.jucer # build the UnitTests make -C extras/UnitTestRunner/Builds/LinuxMakefile \ CFLAGS="$(pkg-config --cflags ${PCDEPS})" \ -- 2.30.2