Skip to content

Commit

Permalink
Fix favicon and exit dangling test-sheet-1 session (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem authored Nov 29, 2024
1 parent 4665014 commit 24e704c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ test-sheet-1: ${BUILD_DIR}/bin/zsv_sheet${EXE}
tmux send-keys -t $@ "${PREFIX} $< worldcitiespop_mil.csv" ENTER && \
sleep 0.5 && \
tmux -v capture-pane -t $@ -p ${REDIRECT1} ${TMP_DIR}/[email protected] && \
tmux -v send-keys -t $@ "q" && \
tmux -v send-keys -t $@ "q" "exit" && \
${CMP} ${TMP_DIR}/[email protected] expected/[email protected] && ${TEST_PASS} || (for x in `ls tmux-*.log` ; do echo "Log $$x:" && cat $$x ; done && ${TEST_FAIL}))

test-sheet-2: ${BUILD_DIR}/bin/zsv_sheet${EXE}
Expand Down
2 changes: 2 additions & 0 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/favicon.ico" />

<title>zsv playground v__VERSION__</title>

<script src="https://cdn.jsdelivr.net/npm/jquery"></script>
Expand Down

0 comments on commit 24e704c

Please sign in to comment.