summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/meson.build18
-rwxr-xr-xtests/test_staging.sh2
2 files changed, 10 insertions, 10 deletions
diff --git a/tests/meson.build b/tests/meson.build
index a3d00c7a..cdf0b73e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -3,15 +3,15 @@ if meson.is_cross_build()
endif
if xdgmime_found
- run_target('test-staging',
- command: [
- find_program('test_staging.sh'),
- meson.source_root(),
- meson.build_root(),
- freedesktop_org_xml,
- update_mime_database,
- xdgmime_print_mime_data.path(),
- ]
+ test('test-staging',
+ find_program('test_staging.sh'),
+ args: [
+ meson.source_root(),
+ meson.build_root(),
+ freedesktop_org_xml,
+ update_mime_database,
+ xdgmime_print_mime_data.path(),
+ ]
)
test('test-mime',
diff --git a/tests/test_staging.sh b/tests/test_staging.sh
index db6d919b..a993dcec 100755
--- a/tests/test_staging.sh
+++ b/tests/test_staging.sh
@@ -13,7 +13,7 @@ if [ ! -d "${source_root}/staging-tests" ]; then
echo "***************************************************************************"
echo "*** Add your file to process to staging-tests/ and run local-test again ***"
echo "***************************************************************************"
- exit 1
+ exit 0
fi
rm -rf "${tmp_dir}"