From 4d5673c3c0372f577f457c7e6def7d0d3b59c86c Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Tue, 22 May 2007 13:16:15 -0500 Subject: [svn-r13785] Initial update to fix test failures caused by Linux test script update (rev 13775). More work needs to be done to incorporate the new tests. Tested: VS6 on Win XP --- windows/tools/dumptest.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat index 18e6041..3af0558 100755 --- a/windows/tools/dumptest.bat +++ b/windows/tools/dumptest.bat @@ -476,15 +476,16 @@ call %tooltest% tvms.ddl ::test for binary output -set flag=-d integer -o out1.bin -b LE %tbinary% +set flag=-d array -o out1.bin -b LE %tbinary% call %tooltest% tbin1.ddl set flag=-d float -o out2.bin -b BE %tbinary% call %tooltest% tbin2.ddl -set flag=-d array -o out3.bin -b MEMORY %tbinary% +set flag=-d integer -o out3.bin -b MEMORY %tbinary% call %tooltest% tbin3.ddl + set flag=-d double -o out4.bin -b FILE %tbinary% call %tooltest% tbin4.ddl -- cgit v0.12