mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Merge pull request #4 from rk295/patch-2
Exporting these two variables makes them available to Mo (on bash 4.1.2 at least)
This commit is contained in:
commit
bc838de550
@ -5,8 +5,8 @@ cd "$(dirname "$0")"/..
|
|||||||
date-string() { date; }
|
date-string() { date; }
|
||||||
wrapper() { echo -n "*** $1 ***"; }
|
wrapper() { echo -n "*** $1 ***"; }
|
||||||
|
|
||||||
IP=127.0.0.1
|
export IP=127.0.0.1
|
||||||
ALLOWED_HOSTS=( 192.168.0.1 192.168.0.2 192.168.0.3 )
|
export ALLOWED_HOSTS=( 192.168.0.1 192.168.0.2 192.168.0.3 )
|
||||||
|
|
||||||
cat <<EOF | . mo
|
cat <<EOF | . mo
|
||||||
# {{#wrapper}}OH SO IMPORTANT{{/wrapper}}
|
# {{#wrapper}}OH SO IMPORTANT{{/wrapper}}
|
||||||
|
Loading…
Reference in New Issue
Block a user