Displaying 7 results from an estimated 7 matches for "test_wrapper".
2009 May 25
1
Is it possible to run an application automatically?
...so I can communicate with it remotely, no GUI needed. The ultimate goal is to run it remotely (over ssh) and leave it in backgroud.
It seems that it works but I do not know how correct is this. This is the dump I got from putty (no X-forwarding):
> test at test-pc-nl001:~/.wine/drive_c$ wine test_wrapper.exe 5000
> E: client-conf-x11.c: XOpenDisplay() failed
> ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
> Listening on port: 5000
> [native] ConnectTest: 1
> Application tried to create a window, but no driver could be loaded.
> Make su...
2014 Nov 26
1
flac-1.3.1pre1
...in/sh -e
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
-source common.sh
+. ./common.sh
PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH
--- test_wrapper.sh.orig Thu Nov 27 00:25:23 2014
+++ test_wrapper.sh Thu Nov 27 00:25:28 2014
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
# This test script should exit on the first failure.
2014 Nov 25
2
flac-1.3.1pre1
Op 25-11-14 om 23:39 schreef Jan Stary:
> Is there a reason the test scripts are calling bash?
The change from sh to bash was made a little more than a year
ago. The mailing list thread accompanying this change can be
found here:
http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html
2014 Nov 25
0
flac-1.3.1pre1
...in/sh -e
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
-source common.sh
+. ./common.sh
PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH
--- test_wrapper.sh Tue Nov 25 04:40:14 2014
+++ /home/hans/src/flac-1.3.1pre1/test/test_wrapper.sh Tue Nov 25 23:21:26 2014
@@ -1,12 +1,12 @@
-#!/bin/bash -e
+#!/bin/sh -e
# This test script should exit on the first failure.
-./test_libFLAC.sh
-./test_libFLAC++.sh
-./test_grabbag.sh
-./test_flac.sh
-./test_me...
2012 Feb 01
0
Meet the new maintainer
...-correct-project-filenames-for-flactimer.patch
Type: application/octet-stream
Size: 969 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120201/75e00692/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-test_wrapper.sh-to-the-distribution.patch
Type: application/octet-stream
Size: 600 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120201/75e00692/attachment-0001.obj
2012 Feb 01
9
Meet the new maintainer
Hi all,
Some time ago, I foolishly agreed to become the maintainer of FLAC,
the Free Lossless Audio Codec. The original author and maintainer
Josh Coalson has been MIA since early 2009.
The code has been moved to the Xiph.org git repo and I'll be trying
to spend an hour a day on it until I get a backlog of patches reviewed,
tweaked and applied. The main problem is that the FLAC test suite
2014 Nov 25
19
flac-1.3.1pre1
Hi all,
As people may have seen there's a pre-release here:
http://downloads.xiph.org/releases/flac/beta/
Specifically:
flac-1.3.1pre1.tar.xz : The source code
flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries
Please test.
I'm particularly interested in hearing about the windows binaries
which were cross compiled from Linux to Windows. Unfortunately
there is a bug