aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test-qbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-qbs.sh')
-rwxr-xr-xscripts/test-qbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-qbs.sh b/scripts/test-qbs.sh
index 2f28cde75..3996c63bf 100755
--- a/scripts/test-qbs.sh
+++ b/scripts/test-qbs.sh
@@ -50,4 +50,4 @@ export PATH="$1:$PATH"
export QBS_AUTOTEST_PROFILE=${QBS_AUTOTEST_PROFILE:-qt}
echo "Running Qbs tests."
-find $1 -name "tst*" | xargs -I{} -n1 {}
+find $1 -name "tst*" | xargs -I{} -n1 bash -c "{}"