diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-12-03 12:20:04 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-12-03 12:20:04 +0100 |
commit | cfed5bee3ec273d17c116706178d2af2b324fd82 (patch) | |
tree | fb7161a4d50bc918d3673a59556a43b447c09fae /demoscript | |
parent | Fixed ICE-6014: don't prepend /usr/bin to PATH, it break Java1.8 PATH setting (diff) | |
download | ice-cfed5bee3ec273d17c116706178d2af2b324fd82.tar.bz2 ice-cfed5bee3ec273d17c116706178d2af2b324fd82.tar.xz ice-cfed5bee3ec273d17c116706178d2af2b324fd82.zip |
Fixes for ICE-6031 and ICE-6049: better timings for timeout test
Diffstat (limited to 'demoscript')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index d52c89e8130..6c635173fb0 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -270,7 +270,7 @@ def configurePaths(): binDir = os.path.join(getIceDir("cpp"), "bin") # Always add the bin directory to the PATH, it contains executable - # which might not be in the compiler/arch bin sub-directory. + # which might not be in the compiler/arch bin sub-directory. if iceHome != "/usr": addenv("PATH", binDir) |