mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
make scripts executable
This commit is contained in:
parent
c80f35fb7b
commit
a0d45d5a17
2 changed files with 2 additions and 0 deletions
1
TestFramework/End.sh
Normal file → Executable file
1
TestFramework/End.sh
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# This script is executed on conclusion of building/executing testcases in
|
||||
# this directory. Output from this script may be redirected to $GSTESTLOG
|
||||
# in order to have it appear in the test log file.
|
||||
|
|
1
TestFramework/Start.sh
Normal file → Executable file
1
TestFramework/Start.sh
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
# This script is executed before building/executing testcases in this
|
||||
# directory. Output from this script may be redirected to $GSTESTLOG
|
||||
# in order to have it appear in the test log file.
|
||||
|
|
Loading…
Reference in a new issue