eigenexa : use an interpreter explicitly to execute test script (#21896)
This commit is contained in:
parent
60e64bac0a
commit
71df23406d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue