Attempt to fix tests

This commit is contained in:
Peter Melnichenko 2016-07-14 12:10:28 +03:00
parent 1439be0036
commit 81d0094d67
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@echo off
echo "initial: %PATH%"
call "test\here\bad (dir) 1\bin\activate"

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
echo "initial: $PATH"
source "test/here/bad (dir) 1/bin/activate"