Skip to content

Commit 46dcaa0

Browse files
committed
Make libdash_networkpart_test scriptable
1 parent 4bdde87 commit 46dcaa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ matrix:
7373

7474
script:
7575
- |
76+
set -us
77+
7678
mkdir -p libdash/cmake-build-${BUILD_TYPE}
7779
cd libdash/cmake-build-${BUILD_TYPE}
7880
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
7981
8082
make
8183
82-
export LD_LIBRARY_PATH=$(realpath ./bin)
84+
export LD_LIBRARY_PATH=$(pwd)/bin
8385
./bin/libdash_networkpart_test

libdash/libdash_networkpart_test/libdash_networkpart_test.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,4 @@ int main()
9191
std::cout << "finished!" << std::endl << std::endl;
9292

9393
delete(peristenthttpconnection);
94-
95-
getchar();
9694
}

0 commit comments

Comments
 (0)