0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-16 10:33:55 +01:00

Set WORKSPACE if not set

This commit is contained in:
Daniel Wagner-Hall 2016-02-23 15:15:10 +00:00
parent 28ad246bb4
commit f1dd03548f

View file

@ -1,5 +1,7 @@
#!/bin/bash -eu #!/bin/bash -eu
: ${WORKSPACE:="$(pwd)"}
export PYTHONDONTWRITEBYTECODE=yep export PYTHONDONTWRITEBYTECODE=yep
# Output test results as junit xml # Output test results as junit xml