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

Commit 53551a1

Browse files
author
Jay Logue
authored
Merge pull request #286 from openweave/jexie/remove_copy_log_from_tmp
remove copy log from tmp
2 parents 5fe9f08 + e827aed commit 53551a1

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)