playTests.sh updated to work better with /bin/sh
This commit is contained in:
@@ -22,10 +22,12 @@ roundTripTest() {
|
|||||||
|
|
||||||
isWindows=false
|
isWindows=false
|
||||||
ECHO="echo"
|
ECHO="echo"
|
||||||
if [[ "$OS" == "Windows"* ]]; then
|
case "$OS" in
|
||||||
|
Windows*)
|
||||||
isWindows=true
|
isWindows=true
|
||||||
ECHO="echo -e"
|
ECHO="echo -e"
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
$ECHO "\nStarting playTests.sh isWindows=$isWindows"
|
$ECHO "\nStarting playTests.sh isWindows=$isWindows"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user