mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
Fix the comment line before cleanup
This commit is contained in:
parent
3ad387440c
commit
bb39be07cc
@ -1,6 +1,6 @@
|
||||
# gsh script to run tests and collect results
|
||||
# Written by Dave Tribby * August 1997
|
||||
# $Id: fulltests,v 1.2 1998/02/15 00:22:31 gdr-ftp Exp $
|
||||
# $Id: fulltests,v 1.3 1998/02/18 19:01:52 tribby Exp $
|
||||
|
||||
# Name of gsh script containing test cases
|
||||
set command="dotests"
|
||||
@ -22,7 +22,7 @@ pwd
|
||||
# Create a new gsh invocation and record all I/O
|
||||
echo "$command ; exit" | script $raw_file
|
||||
|
||||
# Cleanup control chars using either of the following...
|
||||
# Clean up control characters
|
||||
echo "Done with tests. Removing control characters from results file"
|
||||
$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user