Skip to content

Commit 239ba03

Browse files
committed
Fixed test_script.bat script. No need to ignore testRandom10000 anymore.
1 parent 11b8de6 commit 239ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/appveyor/test_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ echo Running unit tests
33
echo =======================================================================
44
cd /d c:\projects\bin2cpp\msvc
55
set path=%PATH%;c:\projects\bin2cpp\msvc\Win32\Release
6-
bin2cpp_unittest.exe --gtest_filter=-TestExtraction.testRandom100000
6+
bin2cpp_unittest.exe
77

88
echo ======================================================================
99
echo Uploading test results to AppVeyor

0 commit comments

Comments
 (0)