Roxen.git
/
server
/
etc
/
test
/
tests
/
pike_async_process_test_common.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/test/tests/pike_async_process_test_common.pike:46:
if( has_prefix( url, "http://" ) ) http_url = url; if( !http_url ) { werror("Cannot run test -- no HTTP port open\n"); return; } test = Process.create_process( ({
-
"
pike
",
+
getenv(
"
PIKE
"
)
,
combine_path( __FILE__, "../"+p ), http_url })+args ); } void current_test_done() { #define IND(X) all_tests[ current_test+(X) ] if( !test || test->status() ) {