Merge pull request 196 from dev/fix-hashbang into develop

This commit is contained in:
Andy Schwartzmeyer 2015-10-20 22:57:42 +00:00
commit 88aa64538a
2 changed files with 2 additions and 2 deletions

View file

@ -218,7 +218,7 @@ pester-tests: $(RUN_TARGETS) prepare
# 3rdparty "hashbang" example using runps-file
hashbang-tests: all prepare
PATH=$(PATH):$(MONAD)/scripts/$(APP_BASE) $(MONAD)/scripts/3rdparty/hashbang/script.ps1
PATH=$(PATH):$(APP_BASE) $(MONAD)/scripts/3rdparty/hashbang/script.ps1
test: psrp-tests native-tests xunit-tests pester-tests hashbang-tests

View file

@ -2,4 +2,4 @@
SCRIPTDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
"$SCRIPTDIR/runps.sh" --file "$@"
"$SCRIPTDIR/runps-simple.sh" "& $@"