lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 8d2885d 1/6: Make 'nychthemeral_test.s


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 8d2885d 1/6: Make 'nychthemeral_test.sh' more robust
Date: Sun, 21 Apr 2019 12:49:40 -0400 (EDT)

branch: odd/multiarch
commit 8d2885d6d82a6fa242b19660eedde2b8a05cafbb
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make 'nychthemeral_test.sh' more robust
    
    Guarded against glob weirdness by prepending './' to glob. Suggested by
    shellcheck (SC2035).
---
 nychthemeral_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 95227eb..f943272 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -136,7 +136,7 @@ printf '\n# unit tests in libstdc++ debug mode\n\n'
 make "$coefficiency" unit_tests build_type=safestdlib 2>&1 | tee >(grep 
'\*\*\*') >(grep \?\?\?\?) >(grep '!!!!' --count | xargs printf '%d tests 
succeeded\n') >"$log_dir"/unit-tests-safestdlib
 
 printf '\n# xrc tests\n\n'
-java -jar /opt/lmi/third_party/rng/jing.jar -c xrc.rnc *.xrc 2>&1 | tee 
"$log_dir"/xrc
+java -jar /opt/lmi/third_party/rng/jing.jar -c xrc.rnc ./*.xrc 2>&1 | tee 
"$log_dir"/xrc
 
 # Run the following tests in a throwaway directory so that the files
 # they create can be cleaned up easily.



reply via email to

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