eigenexa : use an interpreter explicitly to execute test script (#21896)

This commit is contained in:
a-saitoh-fj 2021-03-02 18:02:56 +09:00 committed by GitHub
parent 60e64bac0a
commit 71df23406d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
$@ 2>&1 | tee run_test_results.txt
result-check.sh run_test_results.txt
/usr/bin/sh result-check.sh run_test_results.txt