mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 02:00:18 +01:00
feat: add "script" test type
This commit is contained in:
parent
d0e47e305d
commit
b50a1c61a6
3 changed files with 59 additions and 2 deletions
|
|
@ -78,6 +78,14 @@
|
|||
exit 1
|
||||
'';
|
||||
}
|
||||
{
|
||||
name = "test-script";
|
||||
type = "script";
|
||||
script = ''
|
||||
echo Test something here
|
||||
exit 1
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
"other-suite".tests = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue