Fix tests on windows - shebang don't work so great there!

This commit is contained in:
Joe Rickerby
2020-04-11 09:39:25 +01:00
parent 21e6b99884
commit 7ebe8fef55
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
print('before_build.py executed!')
@@ -1,3 +0,0 @@
#!/bin/bash
echo 'before_build.sh executed.'