project-navigation
Personal tools

Author Topic: LUA prompt in testall.exe ??  (Read 4191 times)

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
LUA prompt in testall.exe ??
« on: December 04, 2013, 01:54:53 pm »
Instead of running the cunit tests, testall comes up with a lua prompt here.
Bisecting showed that is does that since Oct 29, but I couldn't figure out what caused it.

Is it just me ? Only windoze ?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: LUA prompt in testall.exe ??
« Reply #1 on: December 05, 2013, 10:53:03 am »
see c1ca7f11d4e9df9c209f55703ebdfc83b6cf2b94

remove lua.c from testall.cbp and try again

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: LUA prompt in testall.exe ??
« Reply #2 on: December 05, 2013, 11:02:41 am »
i did that, because this is definitely an error.

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: LUA prompt in testall.exe ??
« Reply #3 on: December 05, 2013, 11:13:30 am »
Yeah, that did the trick. Thx :)