feat: add "script" test type

This commit is contained in:
technofab 2025-05-31 17:20:19 +02:00
parent d0e47e305d
commit b50a1c61a6
3 changed files with 59 additions and 2 deletions

View file

@ -78,6 +78,14 @@
exit 1
'';
}
{
name = "test-script";
type = "script";
script = ''
echo Test something here
exit 1
'';
}
];
};
"other-suite".tests = [