Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
tests: check "shell" is mentioned in stderr
Lars Wirzenius committed 2 years ago
commit f4aa9e9977d3e311a2db75a825c277b0a443ea83
parent 453c741
1 file changed +1 -2
modified test-suite
@@ -141,8 +141,7 @@ class Suite:
        assert exit != 0
        assert len(resps) == 1
        self.assert_triggered(resps[0])
-
        # FIXME: verify that stderr or build log contains complaint about shell
-
        # missing
+
        assert "shell" in stderr

    def test_native_yaml_shell_is_not_string(self):
        exit, resps, stderr = self._test_case("shell-not-string", {"foo": "bar"})