aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/test/Makefile
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-03-07 08:29:22 +0100
committerSiri Hansen <[email protected]>2011-03-07 08:29:22 +0100
commit5878040bda0427afebf4581534b6dd6febd4b3ce (patch)
tree62f4c14b188ad04befa18822a83644eba3115672 /lib/observer/test/Makefile
parentdead903e9703ee043a6195cbba9b1ddd8935cba3 (diff)
parente98f3bded140a81a47667b37b6d879ee56fa0f8d (diff)
downloadotp-5878040bda0427afebf4581534b6dd6febd4b3ce.tar.gz
otp-5878040bda0427afebf4581534b6dd6febd4b3ce.tar.bz2
otp-5878040bda0427afebf4581534b6dd6febd4b3ce.zip
Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into dev
* siri/observer/slow-load-of-big-crashdumps/OTP-9051: Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test Bugfix: Never deliver empty chunk to inets Fix file descriptor leak in crashdump_viewer:chunk_page Minor bugfix related to improved performance of crashdump_viewer Document new cdv script and cdv.bat file for starting crashdump viewer Add shell script and .bat file to start crashdump_viewer Fix slow parsing of crashdumps
Diffstat (limited to 'lib/observer/test/Makefile')
-rw-r--r--lib/observer/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/test/Makefile b/lib/observer/test/Makefile
index e15bde7346..6073e6ea00 100644
--- a/lib/observer/test/Makefile
+++ b/lib/observer/test/Makefile
@@ -53,7 +53,7 @@ EBIN = .
make_emakefile:
$(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) -o$(EBIN) \
- $(MODULES) >> $(EMAKEFILE)
+ $(MODULES) > $(EMAKEFILE)
tests debug opt: make_emakefile
cd $(ERL_TOP)/lib/test_server/src && \