texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: commit test file


From: Gavin D. Smith
Subject: branch master updated: commit test file
Date: Sat, 03 Dec 2022 05:02:45 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new d64d35e354 commit test file
d64d35e354 is described below

commit d64d35e3543526bafe545cfddfebbb54e6a70529
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Dec 3 10:02:36 2022 +0000

    commit test file
---
 .../test_scripts/formatting_info_extension_warning.sh | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/tp/tests/test_scripts/formatting_info_extension_warning.sh 
b/tp/tests/test_scripts/formatting_info_extension_warning.sh
new file mode 100755
index 0000000000..eae9d079ba
--- /dev/null
+++ b/tp/tests/test_scripts/formatting_info_extension_warning.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+# This file generated by maintain/regenerate_cmd_tests.sh
+
+if test z"$srcdir" = "z"; then
+  srcdir=.
+fi
+
+one_test_logs_dir=test_log
+
+
+dir=formatting
+name='info_extension_warning'
+mkdir -p $dir
+
+"$srcdir"/run_parser_all.sh -dir $dir $name
+exit_status=$?
+cat $dir/$one_test_logs_dir/$name.log
+exit $exit_status
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]