examples
This commit is contained in:
parent
878f29cecb
commit
662a6efb2f
3
tests/setup_teardown/setup
Executable file
3
tests/setup_teardown/setup
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo setup has run >> .log
|
4
tests/setup_teardown/setup_dir
Executable file
4
tests/setup_teardown/setup_dir
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo > .log
|
||||
echo setup_dir has run >> .log
|
3
tests/setup_teardown/teardown
Executable file
3
tests/setup_teardown/teardown
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo teardown has run >> .log
|
3
tests/setup_teardown/teardown_dir
Executable file
3
tests/setup_teardown/teardown_dir
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm .log
|
Loading…
Reference in New Issue
Block a user