Merge branch 'master' into test-protocols
[platform/upstream/automake.git] / tests / parallel-tests-interrupt.test
index ed40412..bf4f7f0 100755 (executable)
@@ -65,6 +65,10 @@ $AUTOMAKE
 trapped_signals='1 2 13 15'
 
 for signum in $trapped_signals; do
+  if is_blocked_signal $signum; then
+    echo "$me: signal $signum is blocked, skipping part of the test"
+    continue
+  fi
   rm -f pid fail *.log
   env signum=$signum $MAKE check && { ls -l; Exit 1; }
   ls -l