Skip to content

Commit

Permalink
Tweaks tests slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeus committed Mar 6, 2024
1 parent 983870b commit bc6edc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .assets/test/test1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ find $STS_HOME/data/in -type f | sort
echo "Restarting..."
$cmd > /dev/null

/bin/bash done.sh
/bin/bash $basedir/done.sh
2 changes: 1 addition & 1 deletion .assets/test/test3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ mv $STS_HOME/data/log/incoming_from/stsout-2/$ym/22 \
echo "Running..."
$cmd > /dev/null

/bin/bash done.sh
/bin/bash $basedir/done.sh
6 changes: 3 additions & 3 deletions .assets/test/test5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ tar -C $STS_HOME/data/out/stsin-1 -xzf $PWD/$basedir/clean.tgz
tar -C $STS_HOME/data/out/stsin-2 -xzf $PWD/$basedir/clean.tgz

echo "Running in background..."
$cmd > /dev/null &
$cmd > $STS_HOME/debug.log &

echo "Sleeping..."
sleep 5
sleep 10

echo "Putting the same data in there again..."
tar -C $STS_HOME/data/out/stsin-2 -xzf $PWD/$basedir/clean.tgz
Expand All @@ -39,4 +39,4 @@ sleep 20
echo "Done"
pkill $exe

/bin/bash done.sh
/bin/bash $basedir/done.sh

0 comments on commit bc6edc8

Please sign in to comment.