NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/55650: atf-run crashes on parse error



The following reply was made to PR toolchain/55650; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/55650: atf-run crashes on parse error
Date: Thu, 10 Sep 2020 07:54:28 +0200

 I can not reproduce that problem with -current as of yesterday:
 
  > atf-run t_make
 Content-Type: application/X-atf-tps; version="3"
 
 info: atf.version, Automated Testing Framework 0.20 (atf-0.20)
 info: tests.root, /usr/tests/usr.bin/make
 [..]
 
 The file is just a shell script, if you broke its syntax, you get shell
 errors. If you modify the interpreter shebang, bad things happen.
 
 If you want to test it manually, invoke it with -l:
 
  > ./t_make -l
 Content-Type: application/X-atf-tp; version="1"
 
 ident: archive_suffix
 
 ident: archive
 
 ident: cmd_interrupt
 
 
 .... and note the *significant* delay it takes before outputing the first
 line, this is what the other PR is about.
 
 Martin
 


Home | Main Index | Thread Index | Old Index