summaryrefslogtreecommitdiffstats
path: root/gobject/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/run-tests')
-rwxr-xr-xgobject/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/run-tests b/gobject/run-tests
index 014f646e..6bcd94ec 100755
--- a/gobject/run-tests
+++ b/gobject/run-tests
@@ -20,7 +20,7 @@ set -e
if [ -z "$GJS" ]; then
echo "GObject bind tests skipped: gjs is missing"
- exit 0
+ exit 77
fi
$GJS $srcdir/bindtests.js > bindtests.tmp