make scripts executable

This commit is contained in:
Richard Frith-Macdonald 2018-06-27 09:21:44 +01:00
parent c80f35fb7b
commit a0d45d5a17
2 changed files with 2 additions and 0 deletions

1
TestFramework/End.sh Normal file → Executable file
View 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
View 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.