X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver-testcase%2Fframework.qc;h=1735e1c11335f4e672c7908de65bd12ca6a231cb;hb=a00da67baa28814fe328ede2523e718c8e708844;hp=f874b616b25a8045311c028bf9abde739d1f84e7;hpb=1556aa4ea70b3b275afb1cb4587e555fb44f71c3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server-testcase/framework.qc b/qcsrc/server-testcase/framework.qc index f874b616b..1735e1c11 100644 --- a/qcsrc/server-testcase/framework.qc +++ b/qcsrc/server-testcase/framework.qc @@ -4,10 +4,10 @@ string vtos(vector v) = #27; void error(string e) = #10; float test(); -void spawnfunc_worldspawn() +spawnfunc(worldspawn) { float r; - LOG_TRACE("TESTCASE: START\n"); + LOG_TRACE("TESTCASE: START"); r = test(); if(r == 1) error("TESTCASE: PASS");