diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-08 19:47:41 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-08 19:47:41 (GMT) |
commit | 525daee195c5593f077d837a689f2c5d26f91fb0 (patch) | |
tree | c440d0b75fae0d73cf28a5724909933c3d97420c /contrib/ctest/hosts/epikur.local.ctest | |
parent | 9479a0d91c1bb9241324dea4f92b50405d17e97b (diff) | |
download | uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.zip uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.gz uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.bz2 |
Fixed x-www-form-urlencoded post parsing
Diffstat (limited to 'contrib/ctest/hosts/epikur.local.ctest')
-rw-r--r-- | contrib/ctest/hosts/epikur.local.ctest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ctest/hosts/epikur.local.ctest b/contrib/ctest/hosts/epikur.local.ctest index f0409e9..2eae8ce 100644 --- a/contrib/ctest/hosts/epikur.local.ctest +++ b/contrib/ctest/hosts/epikur.local.ctest @@ -7,7 +7,7 @@ set(CTEST_BUILD_NAME "darwin-x86_64 llvm") include("tests/ecma.ctest") include("common.ctest.inc") -set(RETAIN_BUILD_DIR ON) +set(RETAIN_BUILD_DIR OFF) set(CTEST_BUILD_NAME "darwin-x86_64 llvm") include("tests/xpath.ctest") include("common.ctest.inc") |