lcpex rewrite - alpha
This commit is contained in:
6
sample/components/dependent_test.bash
Executable file
6
sample/components/dependent_test.bash
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "dependent test"
|
||||
echo This test depends on another test having succeeded in order to execute.
|
||||
echo This tests dependencies.
|
||||
exit $?
|
||||
Reference in New Issue
Block a user