Fixed tests

This commit is contained in:
Pierre-Olivier Latour 2014-11-28 16:40:55 +09:00
parent d2001e38ca
commit 1944cd8a6e
6 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function runTests {
if [ "$4" != "" ]; then
cp -f "$4" "$PAYLOAD_DIR/Payload"
pushd "$PAYLOAD_DIR/Payload"
SetFile -d "1/1/2014 00:00:00" -m "1/1/2014 00:00:00" `basename "$4"`
TZ=GMT SetFile -d "1/1/2014 00:00:00" -m "1/1/2014 00:00:00" `basename "$4"`
popd
fi
logLevel=2 $1 -mode "$2" -root "$PAYLOAD_DIR/Payload" -tests "$3"