Skip to content

Commit

Permalink
Pass in $(REPORTDIR)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed May 14, 2024
1 parent 10198a3 commit aabec08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/system/reproducibleCompare/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<test>
<testCaseName>Rebuild_Same_JDK_Reproducibility_Test_win</testCaseName>
<command>ls $(TEST_ROOT)$(D)system$(D)reproducibleCompare$(D); \
$(TEST_ROOT)$(D)system$(D)reproducibleCompare$(D)windows_repro_build_compare.sh $(SBOM_FILE) $(JDK_FILE); \
$(TEST_ROOT)$(D)system$(D)reproducibleCompare$(D)windows_repro_build_compare.sh $(SBOM_FILE) $(JDK_FILE) $(REPORTDIR); \
$(TEST_STATUS)
</command>
<levels>
Expand Down
2 changes: 1 addition & 1 deletion tooling/reproducible/windows_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,9 @@ Compare_JDK() {
cat "$ScriptPath/reprotest.diff"
echo ""
echo "---------------------------------------------"
echo "Copying Output To $(dirname "$0")"

if [ -n "$REPORT_DIR" ]; then
echo "Copying Output To $REPORT_DIR"
cp "$ScriptPath/reprotest.diff" "$REPORT_DIR"
cp "$WORK_DIR/reproJDK.zip" "$REPORT_DIR"
fi
Expand Down

0 comments on commit aabec08

Please sign in to comment.