Skip to content

Commit 14c3a1d

Browse files
authored
Merge pull request #279 from ndokos/wip-rename-config
Change the name of the config file in profile.
2 parents 1cc0c80 + 862e68b commit 14c3a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- sudo apt-get install python3.5 --force-yes -y
1616
- sudo wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
1717
- sudo python3.5 /tmp/get-pip.py
18-
- sudo pip install "configtools<0.4.0" elasticsearch
18+
- sudo pip install 'configtools<0.4.0' elasticsearch
1919
- sudo ln -sf python3.5 /usr/bin/python3
2020
script:
2121
- ./agent/bench-scripts/unittests

agent/profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
pathins $prefix/configtools/bin
3333
fi
3434

35-
export CONFIG=$prefix/config/pbench-agent.conf
35+
export CONFIG=$prefix/config/pbench-agent.cfg
3636

3737
pathins $prefix/bench-scripts
3838
pathins $prefix/util-scripts

0 commit comments

Comments
 (0)