Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit e827aed

Browse files
jenniexieJay Logue
authored andcommitted
given the changes from openweave-core PR#265 and happy PR#31
happy no longer puts the logs in /tmp and thus the copying logs from /tmp is no longer required.
1 parent 5fe9f08 commit e827aed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ gcc_check_happy()
4949
build_folder="x86_64-unknown-linux-gnu"
5050
fi
5151

52-
mkdir -p $TRAVIS_BUILD_DIR/happy-test-logs/$1/from-tmp
52+
mkdir -p $TRAVIS_BUILD_DIR/happy-test-logs/$1
5353
eval $build_cmd
5454
make_status=${?}
5555
cp $TRAVIS_BUILD_DIR/build/$build_folder/src/test-apps/happy $TRAVIS_BUILD_DIR/happy-test-logs/$1 -rf
56-
cp /tmp/happy* $TRAVIS_BUILD_DIR/happy-test-logs/$1/from-tmp
5756
echo "please check happy-test-log/<UTC time> under link: https://storage.cloud.google.com/openweave"
5857
return ${make_status}
5958
}

0 commit comments

Comments
 (0)