Skip to content

Commit

Permalink
test unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Dec 6, 2023
1 parent 8a27df0 commit d176aea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/sh.asm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ thereis_a_script_to_execute:


@call_xexec:

lda ptr_file_sh_interactive_ptr_save
ldy ptr_file_sh_interactive_ptr_save+1

Expand Down
1 change: 1 addition & 0 deletions src/commands/twil.asm
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ check_next_parameter_d:
print str_swap_root_to_sdcard
crlf
rts

savemount:
sta RES
ldx #XVARS_KERNEL_CH376_MOUNT
Expand Down
12 changes: 12 additions & 0 deletions tests/unit-tests/verify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#! /bin/bash

MYPATH=$1

if [ -e "$MYPATH/STARTED" ]; then
echo "Le fichier $MYPATH/STARTED existe."
else
echo "Le fichier $MYPATH/STARTED n'existe pas."
echo "Le script submit n'a pas été lancé ou touch à un pb, vérifier le timeout"
exit 1
fi

0 comments on commit d176aea

Please sign in to comment.