File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,9 @@ test_ta () {
60
60
61
61
# The actual test command that is the heart of this script
62
62
printf " Testing %s\n" $tafile | tee -a $logfile
63
- lastWorkingDir=$( pwd)
64
- cd $pqcCertsDir /src/nist-acvts-verifier/
65
63
# Usage: dotnet run <expected-file-type: pem|der> <path-to-file>
66
- test_output=$( BuildGenValPackages=false dotnet run pem $tafile )
64
+ test_output=$( BuildGenValPackages=false dotnet run --project $pqcCertsDir /src/nist-acvts-verifier -- pem $tafile )
67
65
test_status=$?
68
- cd $lastWorkingDir
69
66
70
67
# log it to file and to stdout
71
68
echo " $test_output " | tee -a $logfile
Original file line number Diff line number Diff line change @@ -58,12 +58,9 @@ test_ta () {
58
58
59
59
# The actual test command that is the heart of this script
60
60
printf " Testing %s\n" $tafile | tee -a $logfile
61
- lastWorkingDir=$( pwd)
62
- cd $pqcCertsDir /src/nist-acvts-verifier/
63
61
# Usage: dotnet run <expected-file-type: pem|der> <path-to-file>
64
- test_output=$( BuildGenValPackages=false dotnet run der $tafile )
62
+ test_output=$( BuildGenValPackages=false dotnet run --project $pqcCertsDir /src/nist-acvts-verifier -- der $tafile )
65
63
test_status=$?
66
- cd $lastWorkingDir
67
64
68
65
# log it to file and to stdout
69
66
echo " $test_output " | tee -a $logfile
You can’t perform that action at this time.
0 commit comments