File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ echo "Using OpenSSL binary: ${OPENSSL_BIN}"
3434
3535# Run the hash comparison test
3636echo -e " \n=== Running Hash Comparison Test ==="
37- cd " $SCRIPT_DIR " && ./ hash-cmd-test.sh
37+ " ${REPO_ROOT} /scripts/cmd_test/ hash-cmd-test.sh"
3838HASH_RESULT=$?
3939
4040# Run the AES comparison test
4141echo -e " \n=== Running AES Comparison Test ==="
42- cd " $SCRIPT_DIR " && ./ aes-cmd-test.sh
42+ " ${REPO_ROOT} /scripts/cmd_test/ aes-cmd-test.sh"
4343AES_RESULT=$?
4444
4545# Run the RSA key generation test
4646echo -e " \n=== Running RSA Key Generation Test ==="
47- cd " $SCRIPT_DIR " && ./ rsa-cmd-test.sh
47+ " ${REPO_ROOT} /scripts/cmd_test/ rsa-cmd-test.sh"
4848RSA_RESULT=$?
4949
5050# Run the ECC key generation test
5151echo -e " \n=== Running ECC Key Generation Test ==="
52- cd " $SCRIPT_DIR " && ./ ecc-cmd-test.sh
52+ " ${REPO_ROOT} /scripts/cmd_test/ ecc-cmd-test.sh"
5353ECC_RESULT=$?
5454
5555# Check results
You can’t perform that action at this time.
0 commit comments